mikehaertel / minrx

Minimal matcher for POSIX Extended Regular Expressions
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Rewrite in C for better portability. #16

Open mikehaertel opened 3 months ago

arnoldrobbins commented 3 months ago

FYI, when you do this, please stick to C99 features. gawk has to support older C compilers, above and beyond GCC and LLVM, which aren't so leading edge. Most notably this applies to OpenVMS on Alpha and Itanium, and to z/OS on S/390x. Thanks.