Package re2c

Tool for generating C, C++, and go recognizers from regular expressions

https://re2c.org/

re2c is a tool for writing very fast and very flexible scanners. Unlike any
other such tool, re2c focuses on generating high efficient code for regular
expression matching. As a result this allows a much broader range of use than
any traditional lexer offers. And Last but not least re2c generates warning
free code that is equal to hand-written code in terms of size, speed and
quality.

Version: 3.1

General Commands

re2c generate fast lexical analyzers for C/C++, Go and Rust
re2go generate fast lexical analyzers for C/C++, Go and Rust
re2rust generate fast lexical analyzers for C/C++, Go and Rust