]> granicus.if.org Git - re2c/commit
libre2c: added (stub for) constant-memory (non trie-based) TNFA POSIX matching algorithm.
authorUlya Trofimovich <skvadrik@gmail.com>
Thu, 14 Feb 2019 13:35:58 +0000 (13:35 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Thu, 14 Feb 2019 13:35:58 +0000 (13:35 +0000)
commit0afe383f2c43193d3b405b19fba1df3872addb9e
treecdb2f839106fdd673091bfac078c098c294d0d9b
parent971eedbf9774e6364ac632ffcc2878946cd82879
libre2c: added (stub for) constant-memory (non trie-based) TNFA POSIX matching algorithm.
re2c/Makefile.lib.am
re2c/lib/regcomp.cc
re2c/lib/regex_impl.h
re2c/lib/regexec.cc
re2c/lib/regexec_nfa_posix.cc
re2c/lib/regexec_nfa_posix_trie.cc [new file with mode: 0644]
re2c/lib/regfree.cc
re2c/lib/test.cpp