re2c (4.3.1-1)
Details
Core information at a glance
- Distribution
- debian
- Origin
- debian-forky
- Repository
- https://deb.debian.org/debian
- Codename
- forky
- Component
- main
- Source
- none
- Architecture
- s390x
- Section
- devel
- Priority
- optional
- Maintainer
- Jeroen Ploemen <[email protected]>
Size & integrity
Byte sizes and integrity verification
- Installed size
- 18.9 kB
- Size expected
- 1.1 MB
- Size actual
- 1.1 MB
- Size match
Suggested packages
Recommended additional packages
- None
Description
lexer generator for C, C++, Go, Java, Python, Rust, and others
Tags
Package classification tags
devel::code-generator
devel::lang:c
devel::library
implemented-in::c
Checksums
Hash values and integrity verification status
| Type | Actual | Match |
|---|---|---|
| MD5 | bcd21a6c…fdda9e18 | |
| SHA-1 | 63f99fb7…20f8bfb7 | |
| SHA-256 | ce91894d…cc642aee | |
| SHA-512 | 4813bf94…917d6098 |
Contents
Files and directories included
. usr usr/bin usr/bin/re2c usr/bin/re2d usr/bin/re2go usr/bin/re2hs usr/bin/re2js usr/bin/re2ocaml usr/bin/re2py usr/bin/re2rust usr/bin/re2swift usr/bin/re2v usr/bin/re2zig usr/share usr/share/doc usr/share/doc/re2c usr/share/doc/re2c/changelog.Debian.gz usr/share/doc/re2c/changelog.gz usr/share/doc/re2c/copyright 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/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_fake_sentinel.c usr/share/doc/re2c/examples/c/eof/04_fake_sentinel.re usr/share/doc/re2c/examples/c/eof/05_fake_sentinel_eof_rule.c usr/share/doc/re2c/examples/c/eof/05_fake_sentinel_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.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_captures.c usr/share/doc/re2c/examples/c/submatch/03_captures.re usr/share/doc/re2c/examples/c/submatch/04_posix_captures.c usr/share/doc/re2c/examples/c/submatch/04_posix_captures.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/d usr/share/doc/re2c/examples/d/01_basic.d usr/share/doc/re2c/examples/d/01_basic.re usr/share/doc/re2c/examples/d/conditions usr/share/doc/re2c/examples/d/conditions/parse_u32_blocks.d usr/share/doc/re2c/examples/d/conditions/parse_u32_blocks.re usr/share/doc/re2c/examples/d/conditions/parse_u32_conditions.d usr/share/doc/re2c/examples/d/conditions/parse_u32_conditions.re usr/share/doc/re2c/examples/d/encodings usr/share/doc/re2c/examples/d/encodings/unicode_identifier.d usr/share/doc/re2c/examples/d/encodings/unicode_identifier.re usr/share/doc/re2c/examples/d/eof usr/share/doc/re2c/examples/d/eof/01_sentinel.d usr/share/doc/re2c/examples/d/eof/01_sentinel.re usr/share/doc/re2c/examples/d/eof/02_bounds_checking.d usr/share/doc/re2c/examples/d/eof/02_bounds_checking.re usr/share/doc/re2c/examples/d/eof/03_eof_rule.d usr/share/doc/re2c/examples/d/eof/03_eof_rule.re usr/share/doc/re2c/examples/d/eof/04_fake_sentinel.d usr/share/doc/re2c/examples/d/eof/04_fake_sentinel.re usr/share/doc/re2c/examples/d/fill usr/share/doc/re2c/examples/d/fill/01_fill.d usr/share/doc/re2c/examples/d/fill/01_fill.re usr/share/doc/re2c/examples/d/fill/02_fill.d usr/share/doc/re2c/examples/d/fill/02_fill.re usr/share/doc/re2c/examples/d/headers usr/share/doc/re2c/examples/d/headers/header.d usr/share/doc/re2c/examples/d/headers/header.re usr/share/doc/re2c/examples/d/headers/lexer usr/share/doc/re2c/examples/d/headers/lexer/state.d usr/share/doc/re2c/examples/d/includes usr/share/doc/re2c/examples/d/includes/definitions.d usr/share/doc/re2c/examples/d/includes/extra_rules.re.inc usr/share/doc/re2c/examples/d/includes/include.d usr/share/doc/re2c/examples/d/includes/include.re usr/share/doc/re2c/examples/d/reuse usr/share/doc/re2c/examples/d/reuse/reuse.d usr/share/doc/re2c/examples/d/reuse/reuse.re usr/share/doc/re2c/examples/d/reuse/usedir.d usr/share/doc/re2c/examples/d/reuse/usedir.re usr/share/doc/re2c/examples/d/state usr/share/doc/re2c/examples/d/state/push.d usr/share/doc/re2c/examples/d/state/push.re usr/share/doc/re2c/examples/d/submatch usr/share/doc/re2c/examples/d/submatch/01_stags.d usr/share/doc/re2c/examples/d/submatch/01_stags.re usr/share/doc/re2c/examples/d/submatch/01_stags_fill.d usr/share/doc/re2c/examples/d/submatch/01_stags_fill.re usr/share/doc/re2c/examples/d/submatch/02_mtags.d usr/share/doc/re2c/examples/d/submatch/02_mtags.re usr/share/doc/re2c/examples/d/submatch/03_captures.d usr/share/doc/re2c/examples/d/submatch/03_captures.re usr/share/doc/re2c/examples/d/submatch/04_posix_captures.d usr/share/doc/re2c/examples/d/submatch/04_posix_captures.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/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_fake_sentinel.go usr/share/doc/re2c/examples/go/eof/04_fake_sentinel.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_captures.go usr/share/doc/re2c/examples/go/submatch/03_captures.re usr/share/doc/re2c/examples/go/submatch/04_posix_captures.go usr/share/doc/re2c/examples/go/submatch/04_posix_captures.re usr/share/doc/re2c/examples/haskell usr/share/doc/re2c/examples/haskell/01_basic.hs usr/share/doc/re2c/examples/haskell/01_basic.re usr/share/doc/re2c/examples/haskell/conditions usr/share/doc/re2c/examples/haskell/conditions/parse_u32_blocks.hs usr/share/doc/re2c/examples/haskell/conditions/parse_u32_blocks.re usr/share/doc/re2c/examples/haskell/conditions/parse_u32_conditions.hs usr/share/doc/re2c/examples/haskell/conditions/parse_u32_conditions.re usr/share/doc/re2c/examples/haskell/encodings usr/share/doc/re2c/examples/haskell/encodings/unicode_identifier.hs usr/share/doc/re2c/examples/haskell/encodings/unicode_identifier.re usr/share/doc/re2c/examples/haskell/eof usr/share/doc/re2c/examples/haskell/eof/01_sentinel.hs usr/share/doc/re2c/examples/haskell/eof/01_sentinel.re usr/share/doc/re2c/examples/haskell/eof/02_bounds_checking.hs usr/share/doc/re2c/examples/haskell/eof/02_bounds_checking.re usr/share/doc/re2c/examples/haskell/eof/03_eof_rule.hs usr/share/doc/re2c/examples/haskell/eof/03_eof_rule.re usr/share/doc/re2c/examples/haskell/eof/04_fake_sentinel.hs usr/share/doc/re2c/examples/haskell/eof/04_fake_sentinel.re usr/share/doc/re2c/examples/haskell/fill usr/share/doc/re2c/examples/haskell/fill/01_fill.hs usr/share/doc/re2c/examples/haskell/fill/01_fill.re usr/share/doc/re2c/examples/haskell/fill/02_fill.hs usr/share/doc/re2c/examples/haskell/fill/02_fill.re usr/share/doc/re2c/examples/haskell/headers usr/share/doc/re2c/examples/haskell/headers/header.hs usr/share/doc/re2c/examples/haskell/headers/header.re usr/share/doc/re2c/examples/haskell/headers/lexer usr/share/doc/re2c/examples/haskell/headers/lexer/state.hs usr/share/doc/re2c/examples/haskell/includes usr/share/doc/re2c/examples/haskell/includes/definitions.hs usr/share/doc/re2c/examples/haskell/includes/extra_rules.re.inc usr/share/doc/re2c/examples/haskell/includes/include.hs usr/share/doc/re2c/examples/haskell/includes/include.re usr/share/doc/re2c/examples/haskell/reuse usr/share/doc/re2c/examples/haskell/reuse/reuse.hs usr/share/doc/re2c/examples/haskell/reuse/reuse.re usr/share/doc/re2c/examples/haskell/reuse/usedir.hs usr/share/doc/re2c/examples/haskell/reuse/usedir.re usr/share/doc/re2c/examples/haskell/state usr/share/doc/re2c/examples/haskell/state/push.hs usr/share/doc/re2c/examples/haskell/state/push.re usr/share/doc/re2c/examples/haskell/submatch usr/share/doc/re2c/examples/haskell/submatch/01_stags.hs usr/share/doc/re2c/examples/haskell/submatch/01_stags.re usr/share/doc/re2c/examples/haskell/submatch/01_stags_fill.hs usr/share/doc/re2c/examples/haskell/submatch/01_stags_fill.re usr/share/doc/re2c/examples/haskell/submatch/02_mtags.hs usr/share/doc/re2c/examples/haskell/submatch/02_mtags.re usr/share/doc/re2c/examples/haskell/submatch/03_captures.hs usr/share/doc/re2c/examples/haskell/submatch/03_captures.re usr/share/doc/re2c/examples/java usr/share/doc/re2c/examples/java/01_basic.java usr/share/doc/re2c/examples/java/01_basic.re usr/share/doc/re2c/examples/java/conditions usr/share/doc/re2c/examples/java/conditions/parse_u32_blocks.java usr/share/doc/re2c/examples/java/conditions/parse_u32_blocks.re usr/share/doc/re2c/examples/java/conditions/parse_u32_conditions.java usr/share/doc/re2c/examples/java/conditions/parse_u32_conditions.re usr/share/doc/re2c/examples/java/encodings usr/share/doc/re2c/examples/java/encodings/unicode_identifier.java usr/share/doc/re2c/examples/java/encodings/unicode_identifier.re usr/share/doc/re2c/examples/java/eof usr/share/doc/re2c/examples/java/eof/01_sentinel.java usr/share/doc/re2c/examples/java/eof/01_sentinel.re usr/share/doc/re2c/examples/java/eof/02_bounds_checking.java usr/share/doc/re2c/examples/java/eof/02_bounds_checking.re usr/share/doc/re2c/examples/java/eof/03_eof_rule.java usr/share/doc/re2c/examples/java/eof/03_eof_rule.re usr/share/doc/re2c/examples/java/eof/04_fake_sentinel.java usr/share/doc/re2c/examples/java/eof/04_fake_sentinel.re usr/share/doc/re2c/examples/java/fill usr/share/doc/re2c/examples/java/fill/01_fill.java usr/share/doc/re2c/examples/java/fill/01_fill.re usr/share/doc/re2c/examples/java/fill/02_fill.java usr/share/doc/re2c/examples/java/fill/02_fill.re usr/share/doc/re2c/examples/java/headers usr/share/doc/re2c/examples/java/headers/header.java usr/share/doc/re2c/examples/java/headers/header.re usr/share/doc/re2c/examples/java/headers/lexer usr/share/doc/re2c/examples/java/headers/lexer/state.java usr/share/doc/re2c/examples/java/includes usr/share/doc/re2c/examples/java/includes/definitions.java usr/share/doc/re2c/examples/java/includes/extra_rules.re.inc usr/share/doc/re2c/examples/java/includes/include.java usr/share/doc/re2c/examples/java/includes/include.re usr/share/doc/re2c/examples/java/reuse usr/share/doc/re2c/examples/java/reuse/reuse.java usr/share/doc/re2c/examples/java/reuse/reuse.re usr/share/doc/re2c/examples/java/reuse/usedir.java usr/share/doc/re2c/examples/java/reuse/usedir.re usr/share/doc/re2c/examples/java/state usr/share/doc/re2c/examples/java/state/push.java usr/share/doc/re2c/examples/java/state/push.re usr/share/doc/re2c/examples/java/submatch usr/share/doc/re2c/examples/java/submatch/01_stags.java usr/share/doc/re2c/examples/java/submatch/01_stags.re usr/share/doc/re2c/examples/java/submatch/01_stags_fill.java usr/share/doc/re2c/examples/java/submatch/01_stags_fill.re usr/share/doc/re2c/examples/java/submatch/02_mtags.java usr/share/doc/re2c/examples/java/submatch/02_mtags.re usr/share/doc/re2c/examples/java/submatch/03_captures.java usr/share/doc/re2c/examples/java/submatch/03_captures.re usr/share/doc/re2c/examples/java/submatch/04_posix_captures.java usr/share/doc/re2c/examples/java/submatch/04_posix_captures.re usr/share/doc/re2c/examples/js usr/share/doc/re2c/examples/js/01_basic.js usr/share/doc/re2c/examples/js/01_basic.re usr/share/doc/re2c/examples/js/conditions usr/share/doc/re2c/examples/js/conditions/parse_u32_blocks.js usr/share/doc/re2c/examples/js/conditions/parse_u32_blocks.re usr/share/doc/re2c/examples/js/conditions/parse_u32_conditions.js usr/share/doc/re2c/examples/js/conditions/parse_u32_conditions.re usr/share/doc/re2c/examples/js/encodings usr/share/doc/re2c/examples/js/encodings/unicode_identifier.js usr/share/doc/re2c/examples/js/encodings/unicode_identifier.re usr/share/doc/re2c/examples/js/eof usr/share/doc/re2c/examples/js/eof/01_sentinel.js usr/share/doc/re2c/examples/js/eof/01_sentinel.re usr/share/doc/re2c/examples/js/eof/02_bounds_checking.js usr/share/doc/re2c/examples/js/eof/02_bounds_checking.re usr/share/doc/re2c/examples/js/eof/03_eof_rule.js usr/share/doc/re2c/examples/js/eof/03_eof_rule.re usr/share/doc/re2c/examples/js/eof/04_fake_sentinel.js usr/share/doc/re2c/examples/js/eof/04_fake_sentinel.re usr/share/doc/re2c/examples/js/fill usr/share/doc/re2c/examples/js/fill/01_fill.js usr/share/doc/re2c/examples/js/fill/01_fill.re usr/share/doc/re2c/examples/js/fill/02_fill.js usr/share/doc/re2c/examples/js/fill/02_fill.re usr/share/doc/re2c/examples/js/headers usr/share/doc/re2c/examples/js/headers/header.js usr/share/doc/re2c/examples/js/headers/header.re usr/share/doc/re2c/examples/js/headers/lexer usr/share/doc/re2c/examples/js/headers/lexer/state.js usr/share/doc/re2c/examples/js/includes usr/share/doc/re2c/examples/js/includes/definitions.js usr/share/doc/re2c/examples/js/includes/extra_rules.re.inc usr/share/doc/re2c/examples/js/includes/include.js usr/share/doc/re2c/examples/js/includes/include.re usr/share/doc/re2c/examples/js/reuse usr/share/doc/re2c/examples/js/reuse/reuse.js usr/share/doc/re2c/examples/js/reuse/reuse.re usr/share/doc/re2c/examples/js/reuse/usedir.js usr/share/doc/re2c/examples/js/reuse/usedir.re usr/share/doc/re2c/examples/js/state usr/share/doc/re2c/examples/js/state/push.js usr/share/doc/re2c/examples/js/state/push.re usr/share/doc/re2c/examples/js/submatch usr/share/doc/re2c/examples/js/submatch/01_stags.js usr/share/doc/re2c/examples/js/submatch/01_stags.re usr/share/doc/re2c/examples/js/submatch/01_stags_fill.js usr/share/doc/re2c/examples/js/submatch/01_stags_fill.re usr/share/doc/re2c/examples/js/submatch/02_mtags.js usr/share/doc/re2c/examples/js/submatch/02_mtags.re usr/share/doc/re2c/examples/js/submatch/03_captures.js usr/share/doc/re2c/examples/js/submatch/03_captures.re usr/share/doc/re2c/examples/js/submatch/04_posix_captures.js usr/share/doc/re2c/examples/js/submatch/04_posix_captures.re usr/share/doc/re2c/examples/ocaml usr/share/doc/re2c/examples/ocaml/01_basic.ml usr/share/doc/re2c/examples/ocaml/01_basic.re usr/share/doc/re2c/examples/ocaml/conditions usr/share/doc/re2c/examples/ocaml/conditions/parse_u32_blocks.ml usr/share/doc/re2c/examples/ocaml/conditions/parse_u32_blocks.re usr/share/doc/re2c/examples/ocaml/conditions/parse_u32_conditions.ml usr/share/doc/re2c/examples/ocaml/conditions/parse_u32_conditions.re usr/share/doc/re2c/examples/ocaml/encodings usr/share/doc/re2c/examples/ocaml/encodings/unicode_identifier.ml usr/share/doc/re2c/examples/ocaml/encodings/unicode_identifier.re usr/share/doc/re2c/examples/ocaml/eof usr/share/doc/re2c/examples/ocaml/eof/01_sentinel.ml usr/share/doc/re2c/examples/ocaml/eof/01_sentinel.re usr/share/doc/re2c/examples/ocaml/eof/02_bounds_checking.ml usr/share/doc/re2c/examples/ocaml/eof/02_bounds_checking.re usr/share/doc/re2c/examples/ocaml/eof/03_eof_rule.ml usr/share/doc/re2c/examples/ocaml/eof/03_eof_rule.re usr/share/doc/re2c/examples/ocaml/eof/04_fake_sentinel.ml usr/share/doc/re2c/examples/ocaml/eof/04_fake_sentinel.re usr/share/doc/re2c/examples/ocaml/fill usr/share/doc/re2c/examples/ocaml/fill/01_fill.ml usr/share/doc/re2c/examples/ocaml/fill/01_fill.re usr/share/doc/re2c/examples/ocaml/fill/02_fill.ml usr/share/doc/re2c/examples/ocaml/fill/02_fill.re usr/share/doc/re2c/examples/ocaml/headers usr/share/doc/re2c/examples/ocaml/headers/header.ml usr/share/doc/re2c/examples/ocaml/headers/header.re usr/share/doc/re2c/examples/ocaml/headers/lexer usr/share/doc/re2c/examples/ocaml/headers/lexer/state.ml usr/share/doc/re2c/examples/ocaml/includes usr/share/doc/re2c/examples/ocaml/includes/definitions.ml usr/share/doc/re2c/examples/ocaml/includes/extra_rules.re.inc usr/share/doc/re2c/examples/ocaml/includes/include.ml usr/share/doc/re2c/examples/ocaml/includes/include.re usr/share/doc/re2c/examples/ocaml/reuse usr/share/doc/re2c/examples/ocaml/reuse/reuse.ml usr/share/doc/re2c/examples/ocaml/reuse/reuse.re usr/share/doc/re2c/examples/ocaml/reuse/usedir.ml usr/share/doc/re2c/examples/ocaml/reuse/usedir.re usr/share/doc/re2c/examples/ocaml/state usr/share/doc/re2c/examples/ocaml/state/push.ml usr/share/doc/re2c/examples/ocaml/state/push.re usr/share/doc/re2c/examples/ocaml/submatch usr/share/doc/re2c/examples/ocaml/submatch/01_stags.ml usr/share/doc/re2c/examples/ocaml/submatch/01_stags.re usr/share/doc/re2c/examples/ocaml/submatch/01_stags_fill.ml usr/share/doc/re2c/examples/ocaml/submatch/01_stags_fill.re usr/share/doc/re2c/examples/ocaml/submatch/02_mtags.ml usr/share/doc/re2c/examples/ocaml/submatch/02_mtags.re usr/share/doc/re2c/examples/ocaml/submatch/03_captures.ml usr/share/doc/re2c/examples/ocaml/submatch/03_captures.re usr/share/doc/re2c/examples/ocaml/submatch/04_posix_captures.ml usr/share/doc/re2c/examples/ocaml/submatch/04_posix_captures.re usr/share/doc/re2c/examples/python usr/share/doc/re2c/examples/python/01_basic.py usr/share/doc/re2c/examples/python/01_basic.re usr/share/doc/re2c/examples/python/conditions usr/share/doc/re2c/examples/python/conditions/parse_u32_blocks.py usr/share/doc/re2c/examples/python/conditions/parse_u32_blocks.re usr/share/doc/re2c/examples/python/conditions/parse_u32_conditions.py usr/share/doc/re2c/examples/python/conditions/parse_u32_conditions.re usr/share/doc/re2c/examples/python/encodings usr/share/doc/re2c/examples/python/encodings/unicode_identifier.py usr/share/doc/re2c/examples/python/encodings/unicode_identifier.re usr/share/doc/re2c/examples/python/eof usr/share/doc/re2c/examples/python/eof/01_sentinel.py usr/share/doc/re2c/examples/python/eof/01_sentinel.re usr/share/doc/re2c/examples/python/eof/02_bounds_checking.py usr/share/doc/re2c/examples/python/eof/02_bounds_checking.re usr/share/doc/re2c/examples/python/eof/03_eof_rule.py usr/share/doc/re2c/examples/python/eof/03_eof_rule.re usr/share/doc/re2c/examples/python/eof/04_fake_sentinel.py usr/share/doc/re2c/examples/python/eof/04_fake_sentinel.re usr/share/doc/re2c/examples/python/fill usr/share/doc/re2c/examples/python/fill/01_fill.py usr/share/doc/re2c/examples/python/fill/01_fill.re usr/share/doc/re2c/examples/python/fill/02_fill.py usr/share/doc/re2c/examples/python/fill/02_fill.re usr/share/doc/re2c/examples/python/headers usr/share/doc/re2c/examples/python/headers/header.py usr/share/doc/re2c/examples/python/headers/header.re usr/share/doc/re2c/examples/python/headers/lexer usr/share/doc/re2c/examples/python/headers/lexer/__init__.py usr/share/doc/re2c/examples/python/headers/lexer/state.py usr/share/doc/re2c/examples/python/includes usr/share/doc/re2c/examples/python/includes/definitions.py usr/share/doc/re2c/examples/python/includes/extra_rules.re.inc usr/share/doc/re2c/examples/python/includes/include.py usr/share/doc/re2c/examples/python/includes/include.re usr/share/doc/re2c/examples/python/reuse usr/share/doc/re2c/examples/python/reuse/reuse.py usr/share/doc/re2c/examples/python/reuse/reuse.re usr/share/doc/re2c/examples/python/reuse/usedir.py usr/share/doc/re2c/examples/python/reuse/usedir.re usr/share/doc/re2c/examples/python/state usr/share/doc/re2c/examples/python/state/push.py usr/share/doc/re2c/examples/python/state/push.re usr/share/doc/re2c/examples/python/submatch usr/share/doc/re2c/examples/python/submatch/01_stags.py usr/share/doc/re2c/examples/python/submatch/01_stags.re usr/share/doc/re2c/examples/python/submatch/01_stags_fill.py usr/share/doc/re2c/examples/python/submatch/01_stags_fill.re usr/share/doc/re2c/examples/python/submatch/02_mtags.py usr/share/doc/re2c/examples/python/submatch/02_mtags.re usr/share/doc/re2c/examples/python/submatch/03_captures.py usr/share/doc/re2c/examples/python/submatch/03_captures.re usr/share/doc/re2c/examples/python/submatch/04_posix_captures.py usr/share/doc/re2c/examples/python/submatch/04_posix_captures.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/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_fake_sentinel.re usr/share/doc/re2c/examples/rust/eof/04_fake_sentinel.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_captures.re usr/share/doc/re2c/examples/rust/submatch/03_captures.rs usr/share/doc/re2c/examples/rust/submatch/04_posix_captures.re usr/share/doc/re2c/examples/rust/submatch/04_posix_captures.rs usr/share/doc/re2c/examples/swift usr/share/doc/re2c/examples/swift/01_basic.re usr/share/doc/re2c/examples/swift/01_basic.swift usr/share/doc/re2c/examples/swift/conditions usr/share/doc/re2c/examples/swift/conditions/parse_u32_blocks.re usr/share/doc/re2c/examples/swift/conditions/parse_u32_blocks.swift usr/share/doc/re2c/examples/swift/conditions/parse_u32_conditions.re usr/share/doc/re2c/examples/swift/conditions/parse_u32_conditions.swift usr/share/doc/re2c/examples/swift/encodings usr/share/doc/re2c/examples/swift/encodings/unicode_identifier.re usr/share/doc/re2c/examples/swift/encodings/unicode_identifier.swift usr/share/doc/re2c/examples/swift/eof usr/share/doc/re2c/examples/swift/eof/01_sentinel.re usr/share/doc/re2c/examples/swift/eof/01_sentinel.swift usr/share/doc/re2c/examples/swift/eof/02_bounds_checking.re usr/share/doc/re2c/examples/swift/eof/02_bounds_checking.swift usr/share/doc/re2c/examples/swift/eof/03_eof_rule.re usr/share/doc/re2c/examples/swift/eof/03_eof_rule.swift usr/share/doc/re2c/examples/swift/eof/04_fake_sentinel.re usr/share/doc/re2c/examples/swift/eof/04_fake_sentinel.swift usr/share/doc/re2c/examples/swift/eof/05_fake_sentinel_eof_rule.re usr/share/doc/re2c/examples/swift/eof/05_fake_sentinel_eof_rule.swift usr/share/doc/re2c/examples/swift/fill usr/share/doc/re2c/examples/swift/fill/01_fill.re usr/share/doc/re2c/examples/swift/fill/01_fill.swift usr/share/doc/re2c/examples/swift/fill/02_fill.re usr/share/doc/re2c/examples/swift/fill/02_fill.swift usr/share/doc/re2c/examples/swift/headers usr/share/doc/re2c/examples/swift/headers/header.re usr/share/doc/re2c/examples/swift/headers/header.swift usr/share/doc/re2c/examples/swift/headers/lexer usr/share/doc/re2c/examples/swift/headers/lexer/state.swift usr/share/doc/re2c/examples/swift/includes usr/share/doc/re2c/examples/swift/includes/definitions.swift usr/share/doc/re2c/examples/swift/includes/extra_rules.re.inc usr/share/doc/re2c/examples/swift/includes/include.re usr/share/doc/re2c/examples/swift/includes/include.swift usr/share/doc/re2c/examples/swift/reuse usr/share/doc/re2c/examples/swift/reuse/reuse.re usr/share/doc/re2c/examples/swift/reuse/reuse.swift usr/share/doc/re2c/examples/swift/reuse/usedir.re usr/share/doc/re2c/examples/swift/reuse/usedir.swift usr/share/doc/re2c/examples/swift/state usr/share/doc/re2c/examples/swift/state/push.re usr/share/doc/re2c/examples/swift/state/push.swift usr/share/doc/re2c/examples/swift/submatch usr/share/doc/re2c/examples/swift/submatch/01_stags.re usr/share/doc/re2c/examples/swift/submatch/01_stags.swift usr/share/doc/re2c/examples/swift/submatch/01_stags_fill.re usr/share/doc/re2c/examples/swift/submatch/01_stags_fill.swift usr/share/doc/re2c/examples/swift/submatch/02_mtags.re usr/share/doc/re2c/examples/swift/submatch/02_mtags.swift usr/share/doc/re2c/examples/swift/submatch/03_captures.re usr/share/doc/re2c/examples/swift/submatch/03_captures.swift usr/share/doc/re2c/examples/swift/submatch/04_posix_captures.re usr/share/doc/re2c/examples/swift/submatch/04_posix_captures.swift usr/share/doc/re2c/examples/v usr/share/doc/re2c/examples/v/01_basic.re usr/share/doc/re2c/examples/v/01_basic.v usr/share/doc/re2c/examples/v/conditions usr/share/doc/re2c/examples/v/conditions/parse_u32_blocks.re usr/share/doc/re2c/examples/v/conditions/parse_u32_blocks.v usr/share/doc/re2c/examples/v/conditions/parse_u32_conditions.re usr/share/doc/re2c/examples/v/conditions/parse_u32_conditions.v usr/share/doc/re2c/examples/v/encodings usr/share/doc/re2c/examples/v/encodings/unicode_identifier.re usr/share/doc/re2c/examples/v/encodings/unicode_identifier.v usr/share/doc/re2c/examples/v/eof usr/share/doc/re2c/examples/v/eof/01_sentinel.re usr/share/doc/re2c/examples/v/eof/01_sentinel.v usr/share/doc/re2c/examples/v/eof/02_bounds_checking.re usr/share/doc/re2c/examples/v/eof/02_bounds_checking.v usr/share/doc/re2c/examples/v/eof/03_eof_rule.re usr/share/doc/re2c/examples/v/eof/03_eof_rule.v usr/share/doc/re2c/examples/v/eof/04_fake_sentinel.re usr/share/doc/re2c/examples/v/eof/04_fake_sentinel.v usr/share/doc/re2c/examples/v/fill usr/share/doc/re2c/examples/v/fill/01_fill.re usr/share/doc/re2c/examples/v/fill/01_fill.v usr/share/doc/re2c/examples/v/fill/02_fill.re usr/share/doc/re2c/examples/v/fill/02_fill.v usr/share/doc/re2c/examples/v/headers usr/share/doc/re2c/examples/v/headers/header.re usr/share/doc/re2c/examples/v/headers/header.v usr/share/doc/re2c/examples/v/headers/lexer usr/share/doc/re2c/examples/v/headers/lexer/state.v usr/share/doc/re2c/examples/v/includes usr/share/doc/re2c/examples/v/includes/definitions.v usr/share/doc/re2c/examples/v/includes/include.re usr/share/doc/re2c/examples/v/includes/include.v usr/share/doc/re2c/examples/v/reuse usr/share/doc/re2c/examples/v/reuse/reuse.re usr/share/doc/re2c/examples/v/reuse/reuse.v usr/share/doc/re2c/examples/v/reuse/usedir.re usr/share/doc/re2c/examples/v/reuse/usedir.v usr/share/doc/re2c/examples/v/state usr/share/doc/re2c/examples/v/state/push.re usr/share/doc/re2c/examples/v/state/push.v usr/share/doc/re2c/examples/v/submatch usr/share/doc/re2c/examples/v/submatch/01_stags.re usr/share/doc/re2c/examples/v/submatch/01_stags.v usr/share/doc/re2c/examples/v/submatch/01_stags_fill.re usr/share/doc/re2c/examples/v/submatch/01_stags_fill.v usr/share/doc/re2c/examples/v/submatch/02_mtags.re usr/share/doc/re2c/examples/v/submatch/02_mtags.v usr/share/doc/re2c/examples/v/submatch/03_captures.re usr/share/doc/re2c/examples/v/submatch/03_captures.v usr/share/doc/re2c/examples/v/submatch/04_posix_captures.re usr/share/doc/re2c/examples/v/submatch/04_posix_captures.v usr/share/doc/re2c/examples/zig usr/share/doc/re2c/examples/zig/01_basic.re usr/share/doc/re2c/examples/zig/01_basic.zig usr/share/doc/re2c/examples/zig/conditions usr/share/doc/re2c/examples/zig/conditions/parse_u32_blocks.re usr/share/doc/re2c/examples/zig/conditions/parse_u32_blocks.zig usr/share/doc/re2c/examples/zig/conditions/parse_u32_conditions.re usr/share/doc/re2c/examples/zig/conditions/parse_u32_conditions.zig usr/share/doc/re2c/examples/zig/encodings usr/share/doc/re2c/examples/zig/encodings/unicode_identifier.re usr/share/doc/re2c/examples/zig/encodings/unicode_identifier.zig usr/share/doc/re2c/examples/zig/eof usr/share/doc/re2c/examples/zig/eof/01_sentinel.re usr/share/doc/re2c/examples/zig/eof/01_sentinel.zig usr/share/doc/re2c/examples/zig/eof/02_bounds_checking.re usr/share/doc/re2c/examples/zig/eof/02_bounds_checking.zig usr/share/doc/re2c/examples/zig/eof/03_eof_rule.re usr/share/doc/re2c/examples/zig/eof/03_eof_rule.zig usr/share/doc/re2c/examples/zig/eof/04_fake_sentinel.re usr/share/doc/re2c/examples/zig/eof/04_fake_sentinel.zig usr/share/doc/re2c/examples/zig/fill usr/share/doc/re2c/examples/zig/fill/01_fill.re usr/share/doc/re2c/examples/zig/fill/01_fill.zig usr/share/doc/re2c/examples/zig/fill/02_fill.re usr/share/doc/re2c/examples/zig/fill/02_fill.zig usr/share/doc/re2c/examples/zig/headers usr/share/doc/re2c/examples/zig/headers/header.re usr/share/doc/re2c/examples/zig/headers/header.zig usr/share/doc/re2c/examples/zig/headers/lexer usr/share/doc/re2c/examples/zig/headers/lexer/state.zig usr/share/doc/re2c/examples/zig/includes usr/share/doc/re2c/examples/zig/includes/definitions.zig usr/share/doc/re2c/examples/zig/includes/extra_rules.re.inc usr/share/doc/re2c/examples/zig/includes/include.re usr/share/doc/re2c/examples/zig/includes/include.zig usr/share/doc/re2c/examples/zig/reuse usr/share/doc/re2c/examples/zig/reuse/reuse.re usr/share/doc/re2c/examples/zig/reuse/reuse.zig usr/share/doc/re2c/examples/zig/reuse/usedir.re usr/share/doc/re2c/examples/zig/reuse/usedir.zig usr/share/doc/re2c/examples/zig/state usr/share/doc/re2c/examples/zig/state/push.re usr/share/doc/re2c/examples/zig/state/push.zig usr/share/doc/re2c/examples/zig/submatch usr/share/doc/re2c/examples/zig/submatch/01_stags.re usr/share/doc/re2c/examples/zig/submatch/01_stags.zig usr/share/doc/re2c/examples/zig/submatch/01_stags_fill.re usr/share/doc/re2c/examples/zig/submatch/01_stags_fill.zig usr/share/doc/re2c/examples/zig/submatch/02_mtags.re usr/share/doc/re2c/examples/zig/submatch/02_mtags.zig usr/share/doc/re2c/examples/zig/submatch/03_captures.re usr/share/doc/re2c/examples/zig/submatch/03_captures.zig usr/share/doc/re2c/examples/zig/submatch/04_posix_captures.re usr/share/doc/re2c/examples/zig/submatch/04_posix_captures.zig usr/share/man usr/share/man/man1 usr/share/man/man1/re2c.1.gz usr/share/man/man1/re2d.1.gz usr/share/man/man1/re2go.1.gz usr/share/man/man1/re2hs.1.gz usr/share/man/man1/re2js.1.gz usr/share/man/man1/re2ocaml.1.gz usr/share/man/man1/re2py.1.gz usr/share/man/man1/re2rust.1.gz usr/share/man/man1/re2swift.1.gz usr/share/man/man1/re2v.1.gz usr/share/man/man1/re2zig.1.gz usr/share/re2c usr/share/re2c/stdlib usr/share/re2c/stdlib/c usr/share/re2c/stdlib/d usr/share/re2c/stdlib/go usr/share/re2c/stdlib/haskell usr/share/re2c/stdlib/java usr/share/re2c/stdlib/js usr/share/re2c/stdlib/ocaml usr/share/re2c/stdlib/python usr/share/re2c/stdlib/rust usr/share/re2c/stdlib/swift usr/share/re2c/stdlib/unicode_categories.re usr/share/re2c/stdlib/v usr/share/re2c/stdlib/zig usr/share/doc/re2c/examples/c/reuse/braille.utf16.txt usr/share/doc/re2c/examples/v/includes/extra_rules.re.inc