]> granicus.if.org Git - re2c/commit
Experimental: initial implementation of libre2c_posix, POSIX regexp library based...
authorUlya Trofimovich <skvadrik@gmail.com>
Sat, 12 Jan 2019 12:50:47 +0000 (12:50 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Sat, 12 Jan 2019 12:50:47 +0000 (12:50 +0000)
commit51d59d304bd18ce8519cb2e96101110ddc351e2d
tree4a8db67664f36334e17711a217af3d21982beaff
parent1e80c5d54eaabd2e0f442cc0d875656715c52f42
Experimental: initial implementation of libre2c_posix, POSIX regexp library based on re2c.
14 files changed:
re2c/Makefile.am
re2c/Makefile.libre2c_posix.am [new file with mode: 0644]
re2c/bootstrap/libre2c_posix/lex.cc [new file with mode: 0644]
re2c/bootstrap/libre2c_posix/parse.cc [new file with mode: 0644]
re2c/bootstrap/libre2c_posix/parse.h [new file with mode: 0644]
re2c/configure.ac
re2c/libre2c_posix/lex.h [new file with mode: 0644]
re2c/libre2c_posix/lex.re [new file with mode: 0644]
re2c/libre2c_posix/parse.ypp [new file with mode: 0644]
re2c/libre2c_posix/regcomp.cc [new file with mode: 0644]
re2c/libre2c_posix/regex.h [new file with mode: 0644]
re2c/libre2c_posix/regexec.cc [new file with mode: 0644]
re2c/libre2c_posix/stubs.cc [new file with mode: 0644]
re2c/libre2c_posix/test.cpp [new file with mode: 0644]