]> granicus.if.org Git - re2c/commit
libre2c_posix: added NFA-based matcher.
authorUlya Trofimovich <skvadrik@gmail.com>
Sat, 2 Feb 2019 18:16:32 +0000 (18:16 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Sat, 2 Feb 2019 18:16:32 +0000 (18:16 +0000)
commit4a97db297c88e0e1cd4bd72f0a8a20304decfc61
tree973b75076c244fd648981ac2af691979d7d831c9
parent5b7922312b2ce9b72ed680c6d4a540e554e94d52
libre2c_posix: added NFA-based matcher.
re2c/Makefile.libre2c_posix.am
re2c/libre2c_posix/regcomp.cc
re2c/libre2c_posix/regex.h
re2c/libre2c_posix/regex_impl.h [new file with mode: 0644]
re2c/libre2c_posix/regexec.cc
re2c/libre2c_posix/regexec_dfa.cc [new file with mode: 0644]
re2c/libre2c_posix/regexec_nfa.cc [new file with mode: 0644]
re2c/libre2c_posix/regfree.cc
re2c/libre2c_posix/test.cpp
re2c/src/dfa/determinization.h
re2c/src/dfa/posix_precedence.cc