Skip to content

Releases: neacsum/awklib

v1.0.1 Release for v1 branch

04 Jul 14:42

Choose a tag to compare

  • AWK.H file can be used in C code
  • Added one more sample program

2.0 Alpha

05 Sep 21:15

Choose a tag to compare

Alpha version of 2.0 branch. Highlights:

  • Can reuse a compiled AWK script with different input data.
  • Thread safe using a global lock mutex)
  • Regular expressions implementation using std::regex objects
  • True multidimensional arrays