]> granicus.if.org Git - re2c/commit
libre2c: added constant-memory (non trie-based) TNFA matching algorithm for leftmost...
authorUlya Trofimovich <skvadrik@gmail.com>
Thu, 14 Feb 2019 12:56:29 +0000 (12:56 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Thu, 14 Feb 2019 13:11:27 +0000 (13:11 +0000)
commitbaa24bdbd912ef95d9f8386705de38fb7910006d
treeea0bcd66a342a9a07e770ab386165d3691fffe07
parent77c669f64e998de838193c6c1ca835c537485b73
libre2c: added constant-memory (non trie-based) TNFA matching algorithm for leftmost greedy.
re2c/Makefile.lib.am
re2c/lib/regcomp.cc
re2c/lib/regex.h
re2c/lib/regex_impl.h
re2c/lib/regexec.cc
re2c/lib/regexec_nfa_leftmost.cc
re2c/lib/regfree.cc
re2c/lib/test.cpp