Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: re2c | Distribution: OpenMandriva Lx |
Version: 3.1 | Vendor: OpenMandriva |
Release: 1 | Build date: Thu Jul 20 11:13:58 2023 |
Group: Development/Other | Build host: c64-2.openmandriva.org |
Size: 4419823 | Source RPM: re2c-3.1-1.src.rpm |
Packager: bero <bero@lindev.ch> | |
Url: http://re2c.org/ | |
Summary: A tool for generating C-based recognizers from regular expressions |
re2c is a great tool for writing fast and flexible lexers. It has served many people well for many years and it deserves to be maintained more actively. re2c is on the order of 2-3 times faster than a flex based scanner, and its input model is much more flexible.
Public Domain
/usr/bin/re2c /usr/share/doc/re2c /usr/share/doc/re2c/CHANGELOG /usr/share/doc/re2c/README /usr/share/doc/re2c/examples /usr/share/doc/re2c/examples/c /usr/share/doc/re2c/examples/c/01_basic.c /usr/share/doc/re2c/examples/c/01_basic.re /usr/share/doc/re2c/examples/c/__run_all.sh /usr/share/doc/re2c/examples/c/conditions /usr/share/doc/re2c/examples/c/conditions/parse_u32_blocks.c /usr/share/doc/re2c/examples/c/conditions/parse_u32_blocks.re /usr/share/doc/re2c/examples/c/conditions/parse_u32_conditions.c /usr/share/doc/re2c/examples/c/conditions/parse_u32_conditions.re /usr/share/doc/re2c/examples/c/encodings /usr/share/doc/re2c/examples/c/encodings/unicode_identifier.c /usr/share/doc/re2c/examples/c/encodings/unicode_identifier.re /usr/share/doc/re2c/examples/c/eof /usr/share/doc/re2c/examples/c/eof/01_sentinel.c /usr/share/doc/re2c/examples/c/eof/01_sentinel.re /usr/share/doc/re2c/examples/c/eof/02_bounds_checking.c /usr/share/doc/re2c/examples/c/eof/02_bounds_checking.re /usr/share/doc/re2c/examples/c/eof/03_eof_rule.c /usr/share/doc/re2c/examples/c/eof/03_eof_rule.re /usr/share/doc/re2c/examples/c/eof/04_generic_api_sentinel.c /usr/share/doc/re2c/examples/c/eof/04_generic_api_sentinel.re /usr/share/doc/re2c/examples/c/eof/05_generic_api_eof_rule.c /usr/share/doc/re2c/examples/c/eof/05_generic_api_eof_rule.re /usr/share/doc/re2c/examples/c/fill /usr/share/doc/re2c/examples/c/fill/01_fill.c /usr/share/doc/re2c/examples/c/fill/01_fill.re /usr/share/doc/re2c/examples/c/fill/02_fill.c /usr/share/doc/re2c/examples/c/fill/02_fill.re /usr/share/doc/re2c/examples/c/generic_api /usr/share/doc/re2c/examples/c/generic_api/ifstream.c /usr/share/doc/re2c/examples/c/generic_api/ifstream.re /usr/share/doc/re2c/examples/c/headers /usr/share/doc/re2c/examples/c/headers/header.c /usr/share/doc/re2c/examples/c/headers/header.re /usr/share/doc/re2c/examples/c/headers/lexer /usr/share/doc/re2c/examples/c/headers/lexer/state.h /usr/share/doc/re2c/examples/c/includes /usr/share/doc/re2c/examples/c/includes/definitions.h /usr/share/doc/re2c/examples/c/includes/extra_rules.re.inc /usr/share/doc/re2c/examples/c/includes/include.c /usr/share/doc/re2c/examples/c/includes/include.re /usr/share/doc/re2c/examples/c/real_world /usr/share/doc/re2c/examples/c/real_world/cxx98.c /usr/share/doc/re2c/examples/c/real_world/cxx98.re /usr/share/doc/re2c/examples/c/reuse /usr/share/doc/re2c/examples/c/reuse/braille.c /usr/share/doc/re2c/examples/c/reuse/braille.re /usr/share/doc/re2c/examples/c/reuse/braille.ucs2.txt /usr/share/doc/re2c/examples/c/reuse/braille.utf16.txt /usr/share/doc/re2c/examples/c/reuse/braille.utf32.txt /usr/share/doc/re2c/examples/c/reuse/braille.utf8.txt /usr/share/doc/re2c/examples/c/reuse/reuse.c /usr/share/doc/re2c/examples/c/reuse/reuse.re /usr/share/doc/re2c/examples/c/reuse/usedir.c /usr/share/doc/re2c/examples/c/reuse/usedir.re /usr/share/doc/re2c/examples/c/state /usr/share/doc/re2c/examples/c/state/push.c /usr/share/doc/re2c/examples/c/state/push.re /usr/share/doc/re2c/examples/c/submatch /usr/share/doc/re2c/examples/c/submatch/01_stags.c /usr/share/doc/re2c/examples/c/submatch/01_stags.re /usr/share/doc/re2c/examples/c/submatch/01_stags_fill.c /usr/share/doc/re2c/examples/c/submatch/01_stags_fill.re /usr/share/doc/re2c/examples/c/submatch/02_mtags.c /usr/share/doc/re2c/examples/c/submatch/02_mtags.re /usr/share/doc/re2c/examples/c/submatch/03_posix.c /usr/share/doc/re2c/examples/c/submatch/03_posix.re /usr/share/doc/re2c/examples/c/submatch/http_rfc7230.c /usr/share/doc/re2c/examples/c/submatch/http_rfc7230.re /usr/share/doc/re2c/examples/c/submatch/parse_etc_passwd.c /usr/share/doc/re2c/examples/c/submatch/parse_etc_passwd.re /usr/share/doc/re2c/examples/c/submatch/parse_options.c /usr/share/doc/re2c/examples/c/submatch/parse_options.re /usr/share/doc/re2c/examples/c/submatch/parse_records.c /usr/share/doc/re2c/examples/c/submatch/parse_records.re /usr/share/doc/re2c/examples/c/submatch/uri_rfc3986.c /usr/share/doc/re2c/examples/c/submatch/uri_rfc3986.re /usr/share/doc/re2c/examples/go /usr/share/doc/re2c/examples/go/01_basic.go /usr/share/doc/re2c/examples/go/01_basic.re /usr/share/doc/re2c/examples/go/__run_all.sh /usr/share/doc/re2c/examples/go/conditions /usr/share/doc/re2c/examples/go/conditions/parse_u32_blocks.go /usr/share/doc/re2c/examples/go/conditions/parse_u32_blocks.re /usr/share/doc/re2c/examples/go/conditions/parse_u32_conditions.go /usr/share/doc/re2c/examples/go/conditions/parse_u32_conditions.re /usr/share/doc/re2c/examples/go/encodings /usr/share/doc/re2c/examples/go/encodings/unicode_identifier.go /usr/share/doc/re2c/examples/go/encodings/unicode_identifier.re /usr/share/doc/re2c/examples/go/eof /usr/share/doc/re2c/examples/go/eof/01_sentinel.go /usr/share/doc/re2c/examples/go/eof/01_sentinel.re /usr/share/doc/re2c/examples/go/eof/02_bounds_checking.go /usr/share/doc/re2c/examples/go/eof/02_bounds_checking.re /usr/share/doc/re2c/examples/go/eof/03_eof_rule.go /usr/share/doc/re2c/examples/go/eof/03_eof_rule.re /usr/share/doc/re2c/examples/go/eof/04_generic_api_sentinel.go /usr/share/doc/re2c/examples/go/eof/04_generic_api_sentinel.re /usr/share/doc/re2c/examples/go/eof/05_generic_api_eof_rule.go /usr/share/doc/re2c/examples/go/eof/05_generic_api_eof_rule.re /usr/share/doc/re2c/examples/go/fill /usr/share/doc/re2c/examples/go/fill/01_fill.go /usr/share/doc/re2c/examples/go/fill/01_fill.re /usr/share/doc/re2c/examples/go/fill/02_fill.go /usr/share/doc/re2c/examples/go/fill/02_fill.re /usr/share/doc/re2c/examples/go/headers /usr/share/doc/re2c/examples/go/headers/header.go /usr/share/doc/re2c/examples/go/headers/header.re /usr/share/doc/re2c/examples/go/headers/lexer /usr/share/doc/re2c/examples/go/headers/lexer/state.go /usr/share/doc/re2c/examples/go/includes /usr/share/doc/re2c/examples/go/includes/definitions.go /usr/share/doc/re2c/examples/go/includes/extra_rules.re.inc /usr/share/doc/re2c/examples/go/includes/include.go /usr/share/doc/re2c/examples/go/includes/include.re /usr/share/doc/re2c/examples/go/reuse /usr/share/doc/re2c/examples/go/reuse/reuse.go /usr/share/doc/re2c/examples/go/reuse/reuse.re /usr/share/doc/re2c/examples/go/reuse/usedir.go /usr/share/doc/re2c/examples/go/reuse/usedir.re /usr/share/doc/re2c/examples/go/state /usr/share/doc/re2c/examples/go/state/push.go /usr/share/doc/re2c/examples/go/state/push.re /usr/share/doc/re2c/examples/go/submatch /usr/share/doc/re2c/examples/go/submatch/01_stags.go /usr/share/doc/re2c/examples/go/submatch/01_stags.re /usr/share/doc/re2c/examples/go/submatch/01_stags_fill.go /usr/share/doc/re2c/examples/go/submatch/01_stags_fill.re /usr/share/doc/re2c/examples/go/submatch/02_mtags.go /usr/share/doc/re2c/examples/go/submatch/02_mtags.re /usr/share/doc/re2c/examples/go/submatch/03_posix.go /usr/share/doc/re2c/examples/go/submatch/03_posix.re /usr/share/doc/re2c/examples/rust /usr/share/doc/re2c/examples/rust/01_basic.re /usr/share/doc/re2c/examples/rust/01_basic.rs /usr/share/doc/re2c/examples/rust/__run_all.sh /usr/share/doc/re2c/examples/rust/conditions /usr/share/doc/re2c/examples/rust/conditions/parse_u32_blocks.re /usr/share/doc/re2c/examples/rust/conditions/parse_u32_blocks.rs /usr/share/doc/re2c/examples/rust/conditions/parse_u32_conditions.re /usr/share/doc/re2c/examples/rust/conditions/parse_u32_conditions.rs /usr/share/doc/re2c/examples/rust/encodings /usr/share/doc/re2c/examples/rust/encodings/unicode_identifier.re /usr/share/doc/re2c/examples/rust/encodings/unicode_identifier.rs /usr/share/doc/re2c/examples/rust/eof /usr/share/doc/re2c/examples/rust/eof/01_sentinel.re /usr/share/doc/re2c/examples/rust/eof/01_sentinel.rs /usr/share/doc/re2c/examples/rust/eof/02_bounds_checking.re /usr/share/doc/re2c/examples/rust/eof/02_bounds_checking.rs /usr/share/doc/re2c/examples/rust/eof/03_eof_rule.re /usr/share/doc/re2c/examples/rust/eof/03_eof_rule.rs /usr/share/doc/re2c/examples/rust/eof/04_generic_api_sentinel.re /usr/share/doc/re2c/examples/rust/eof/04_generic_api_sentinel.rs /usr/share/doc/re2c/examples/rust/eof/05_generic_api_eof_rule.re /usr/share/doc/re2c/examples/rust/eof/05_generic_api_eof_rule.rs /usr/share/doc/re2c/examples/rust/fill /usr/share/doc/re2c/examples/rust/fill/01_fill.re /usr/share/doc/re2c/examples/rust/fill/01_fill.rs /usr/share/doc/re2c/examples/rust/fill/02_fill.re /usr/share/doc/re2c/examples/rust/fill/02_fill.rs /usr/share/doc/re2c/examples/rust/headers /usr/share/doc/re2c/examples/rust/headers/header.re /usr/share/doc/re2c/examples/rust/headers/header.rs /usr/share/doc/re2c/examples/rust/headers/lexer /usr/share/doc/re2c/examples/rust/headers/lexer/mod.rs /usr/share/doc/re2c/examples/rust/headers/lexer/state.rs /usr/share/doc/re2c/examples/rust/includes /usr/share/doc/re2c/examples/rust/includes/definitions.rs /usr/share/doc/re2c/examples/rust/includes/extra_rules.re.inc /usr/share/doc/re2c/examples/rust/includes/include.re /usr/share/doc/re2c/examples/rust/includes/include.rs /usr/share/doc/re2c/examples/rust/real_world /usr/share/doc/re2c/examples/rust/real_world/c.re /usr/share/doc/re2c/examples/rust/real_world/c.rs /usr/share/doc/re2c/examples/rust/reuse /usr/share/doc/re2c/examples/rust/reuse/reuse.re /usr/share/doc/re2c/examples/rust/reuse/reuse.rs /usr/share/doc/re2c/examples/rust/reuse/usedir.re /usr/share/doc/re2c/examples/rust/reuse/usedir.rs /usr/share/doc/re2c/examples/rust/state /usr/share/doc/re2c/examples/rust/state/push.re /usr/share/doc/re2c/examples/rust/state/push.rs /usr/share/doc/re2c/examples/rust/submatch /usr/share/doc/re2c/examples/rust/submatch/01_stags.re /usr/share/doc/re2c/examples/rust/submatch/01_stags.rs /usr/share/doc/re2c/examples/rust/submatch/01_stags_fill.re /usr/share/doc/re2c/examples/rust/submatch/01_stags_fill.rs /usr/share/doc/re2c/examples/rust/submatch/02_mtags.re /usr/share/doc/re2c/examples/rust/submatch/02_mtags.rs /usr/share/doc/re2c/examples/rust/submatch/03_posix.re /usr/share/doc/re2c/examples/rust/submatch/03_posix.rs /usr/share/doc/re2c/help.rst /usr/share/doc/re2c/help.rst.in /usr/share/doc/re2c/manpage.rst /usr/share/doc/re2c/manpage.rst.in /usr/share/doc/re2c/manual /usr/share/doc/re2c/manual/api /usr/share/doc/re2c/manual/api/interface.rst_ /usr/share/doc/re2c/manual/conditions /usr/share/doc/re2c/manual/conditions/blocks.rst_ /usr/share/doc/re2c/manual/conditions/conditions.rst_ /usr/share/doc/re2c/manual/configurations /usr/share/doc/re2c/manual/configurations/configurations.rst_ /usr/share/doc/re2c/manual/directives /usr/share/doc/re2c/manual/directives/directives.rst_ /usr/share/doc/re2c/manual/dot /usr/share/doc/re2c/manual/dot/dot.rst_ /usr/share/doc/re2c/manual/encodings /usr/share/doc/re2c/manual/encodings/encodings.rst_ /usr/share/doc/re2c/manual/eof /usr/share/doc/re2c/manual/eof/01_sentinel.rst_ /usr/share/doc/re2c/manual/eof/02_bounds_checking.rst_ /usr/share/doc/re2c/manual/eof/03_eof_rule.rst_ /usr/share/doc/re2c/manual/eof/04_generic_api.rst_ /usr/share/doc/re2c/manual/eof/eof.rst_ /usr/share/doc/re2c/manual/fill /usr/share/doc/re2c/manual/fill/01_fill.rst_ /usr/share/doc/re2c/manual/fill/02_fill.rst_ /usr/share/doc/re2c/manual/fill/fill.rst_ /usr/share/doc/re2c/manual/headers /usr/share/doc/re2c/manual/headers/headers.rst_ /usr/share/doc/re2c/manual/includes /usr/share/doc/re2c/manual/includes/includes.rst_ /usr/share/doc/re2c/manual/options /usr/share/doc/re2c/manual/options/debug.rst_ /usr/share/doc/re2c/manual/options/internal.rst_ /usr/share/doc/re2c/manual/options/options.rst_ /usr/share/doc/re2c/manual/regexps /usr/share/doc/re2c/manual/regexps/regular_expressions.rst_ /usr/share/doc/re2c/manual/reuse /usr/share/doc/re2c/manual/reuse/reuse.rst_ /usr/share/doc/re2c/manual/skeleton /usr/share/doc/re2c/manual/skeleton/skeleton.rst_ /usr/share/doc/re2c/manual/state /usr/share/doc/re2c/manual/state/state.rst_ /usr/share/doc/re2c/manual/submatch /usr/share/doc/re2c/manual/submatch/submatch.rst_ /usr/share/doc/re2c/manual/submatch/submatch_example_mtags.rst_ /usr/share/doc/re2c/manual/submatch/submatch_example_posix.rst_ /usr/share/doc/re2c/manual/submatch/submatch_example_stags.rst_ /usr/share/doc/re2c/manual/submatch/submatch_example_stags_fill.rst_ /usr/share/doc/re2c/manual/synopsis.rst_ /usr/share/doc/re2c/manual/syntax /usr/share/doc/re2c/manual/syntax/api1.rst_ /usr/share/doc/re2c/manual/syntax/api2_c.rst_ /usr/share/doc/re2c/manual/syntax/api2_go.rst_ /usr/share/doc/re2c/manual/syntax/api2_rust.rst_ /usr/share/doc/re2c/manual/syntax/api3.rst_ /usr/share/doc/re2c/manual/syntax/intro.rst_ /usr/share/doc/re2c/manual/syntax/syntax.rst_ /usr/share/doc/re2c/manual/warnings /usr/share/doc/re2c/manual/warnings/warnings_general.rst_ /usr/share/doc/re2c/manual/warnings/warnings_list.rst_ /usr/share/doc/re2c/papers /usr/share/doc/re2c/papers/.gitignore /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/2017_trofimovich_tagged_deterministic_finite_automata_with_lookahead.tex /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/__mk.sh /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/bench /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/bench/__mk.sh /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/bench/data /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/bench/plot.gnuplot /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/bibliography.bib /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/bench_size_gcc_clang.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/bench_size_tcc_pcc.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/bench_time_gcc_clang.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/bench_time_tcc_pcc.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/example1_all.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/example2_all.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/example3_all.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/example4_all.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/example5_all.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/example6_all.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/fallback_tdfa0.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/fallback_tdfa0_fallback.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/fallback_tdfa0_raw.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/fallback_tdfa1.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/fallback_tdfa1_fallback.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/fallback_tdfa1_raw.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/fallback_tnfa.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/plot_acyc_neg_both.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/plot_grid_nhard_both.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/tnfa_concat.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/tnfa_repeat_bound.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/tnfa_repeat_unbound.png /usr/share/doc/re2c/papers/2017_tagged_deterministic_finite_automata_with_lookahead/img/tnfa_union.png /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/.gitignore /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/2019_borsotti_trofimovich_efficient_posix_submatch_extraction_on_nfa.tex /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/Makefile /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/WileyNJD-v2.cls /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/bench /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/bench/data /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/bench/log /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/bench/log_to_plot_data.sh /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/img /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/img/Makefile /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/img/mark_and_enum.tex /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/img/parenthesized_expressions.tex /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/img/parenthesized_expressions_2.tex /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/img/tnfa_construction.tex /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/img/tnfa_example.tex /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/proof-at-the-end.sty /usr/share/doc/re2c/papers/2019_efficient_posix_submatch_extraction_on_nfa/xparse.sty /usr/share/doc/re2c/papers/2020_re2c_a_lexer_generator_based_on_lookahead_tdfa /usr/share/doc/re2c/papers/2020_re2c_a_lexer_generator_based_on_lookahead_tdfa/2020_trofimovich_re2c_a_lexer_generator_based_on_lookahead_tdfa.tex /usr/share/doc/re2c/papers/2020_re2c_a_lexer_generator_based_on_lookahead_tdfa/Makefile /usr/share/doc/re2c/papers/2020_re2c_a_lexer_generator_based_on_lookahead_tdfa/elsarticle.cls /usr/share/doc/re2c/papers/2020_re2c_a_lexer_generator_based_on_lookahead_tdfa/example.tex /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/2022_borsotti_trofimovich_a_closer_look_at_tdfa.tex /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/Makefile /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/Makefile /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/__get_benchmark_results.sh /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/benchmark_dfa_aot_alt.tex /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/benchmark_dfa_aot_cat.tex /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/benchmark_dfa_aot_main.tex /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/benchmark_dfa_aot_rep.tex /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/benchmark_dfa_jit.tex /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/benchmark_java_dense.tex /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/benchmark_java_sparse.tex /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/benchmarks /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/benchmarks/dfa_aot /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/benchmarks/dfa_aot/results_20220224_alt.json /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/benchmarks/dfa_aot/results_20220224_cat.json /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/benchmarks/dfa_aot/results_20220224_main.json /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/benchmarks/dfa_aot/results_20220224_rep.json /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/benchmarks/dfa_jit /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/benchmarks/dfa_jit/results_20220310.json /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/tdfa_construction.tex /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/tdfa_multipass.tex /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/tdfa_optimized.tex /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/tdfa_opttagfix.tex /usr/share/doc/re2c/papers/2022_a_closer_look_at_tdfa/img/tnfa_construction.tex /usr/share/doc/re2c/re2c.1 /usr/share/doc/re2c/re2go.1 /usr/share/doc/re2c/re2rust.1 /usr/share/man/man1/re2c.1.zst /usr/share/re2c/stdlib/unicode_categories.re
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Feb 11 23:04:04 2025