dwww Home


Documentation for packages, which contain /usr/share/man/man1/re2c.1.gz:

Package: re2c

Description: lexer generator for C, C++, Go and Rust
re2c's main goal is generating fast lexers: at least as fast as their reasonably optimized hand-coded counterparts. Instead of using a traditional table-driven approach, re2c encodes the generated finite state automata directly in the form of conditional jumps and comparisons. The resulting programs are faster and often smaller than their table-driven analogues, and they are much easier to debug and understand. Quite a few optimizations are applied in order to speed up and compress the generated code.
Another distinctive feature is its flexible interface: instead of assuming a fixed program template, re2c lets the programmer write most of the interface code and adapt the generated lexer to any particular environment.
Homepage: https://re2c.org
copyright | Debian changelog

Manual pages:

re2c(1) re2go(1) re2rust(1)

Other documents:

/usr/share/doc/re2c /usr/share/doc/re2c/examples
/usr/share/doc/re2c/examples/c /usr/share/doc/re2c/examples/c/conditions
/usr/share/doc/re2c/examples/c/encodings /usr/share/doc/re2c/examples/c/eof
/usr/share/doc/re2c/examples/c/fill /usr/share/doc/re2c/examples/c/generic_api
/usr/share/doc/re2c/examples/c/headers /usr/share/doc/re2c/examples/c/headers/lexer
/usr/share/doc/re2c/examples/c/includes /usr/share/doc/re2c/examples/c/real_world
/usr/share/doc/re2c/examples/c/reuse /usr/share/doc/re2c/examples/c/state
/usr/share/doc/re2c/examples/c/submatch /usr/share/doc/re2c/examples/go
/usr/share/doc/re2c/examples/go/conditions /usr/share/doc/re2c/examples/go/encodings
/usr/share/doc/re2c/examples/go/eof /usr/share/doc/re2c/examples/go/fill
/usr/share/doc/re2c/examples/go/headers /usr/share/doc/re2c/examples/go/headers/lexer
/usr/share/doc/re2c/examples/go/includes /usr/share/doc/re2c/examples/go/reuse
/usr/share/doc/re2c/examples/go/state /usr/share/doc/re2c/examples/go/submatch
/usr/share/doc/re2c/examples/rust /usr/share/doc/re2c/examples/rust/conditions
/usr/share/doc/re2c/examples/rust/encodings /usr/share/doc/re2c/examples/rust/eof
/usr/share/doc/re2c/examples/rust/fill /usr/share/doc/re2c/examples/rust/headers
/usr/share/doc/re2c/examples/rust/headers/lexer /usr/share/doc/re2c/examples/rust/includes
/usr/share/doc/re2c/examples/rust/real_world /usr/share/doc/re2c/examples/rust/reuse
/usr/share/doc/re2c/examples/rust/state /usr/share/doc/re2c/examples/rust/submatch

Generated by dwww version 1.14 on Sun Apr 20 09:28:02 CEST 2025.