]> granicus.if.org Git - re2c/commit
Added paper "Efficient POSIX Submatch Extraction on NFA".
authorUlya Trofimovich <skvadrik@gmail.com>
Fri, 26 Jul 2019 09:32:50 +0000 (10:32 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Fri, 26 Jul 2019 09:32:50 +0000 (10:32 +0100)
commite30f9d5bafefe6fa59d862e0d20cc34f41569412
treef444956856061b432f2cf21aaaded5a70b268713
parent3b877ee81e76496fcb4cefd25f0ea9f512d55aa9
Added paper "Efficient POSIX Submatch Extraction on NFA".
17 files changed:
src/about/2019_borsotti_trofimovich_efficient_posix_submatch_extraction_on_nfa.pdf [new file with mode: 0644]
src/manual/features/dot/utf8_any.re [new file with mode: 0644]
src/manual/features/eof/01_sentinel.re [new file with mode: 0644]
src/manual/features/eof/02_bounds_checking.re [new file with mode: 0644]
src/manual/features/eof/03_eof_rule.re [new file with mode: 0644]
src/manual/features/eof/04_generic_api.re [new file with mode: 0644]
src/manual/features/eof/eof.rst [new file with mode: 0644]
src/manual/features/fill/01_fill.re [new file with mode: 0644]
src/manual/features/fill/02_fill.re [new file with mode: 0644]
src/manual/features/fill/fill.rst [new file with mode: 0644]
src/manual/features/fill/input.txt [new file with mode: 0644]
src/manual/features/submatch/mtags.re [new file with mode: 0644]
src/manual/features/submatch/posix.re [new file with mode: 0644]
src/manual/features/submatch/stags.re [new file with mode: 0644]
src/manual/features/submatch/submatch.rst
src/manual/warnings/condition_order/fixorder.re.txt [new file with mode: 0644]
src/manual/warnings/match_empty_string/hang.re [new file with mode: 0644]