_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
re2c 4.2
Channel: guix
Location: gnu/packages/re2c.scm (gnu packages re2c)
Home page: https://re2c.org/
Licenses: Public Domain
Synopsis: Lexer generator for C/C++
Description:

re2c generates minimalistic hard-coded state machine (as opposed to full-featured table-based lexers). A flexible API allows generated code to be wired into virtually any environment. Instead of exposing a traditional yylex() style API, re2c exposes its internals. Be sure to take a look at the examples, as they cover a lot of real-world cases and shed some light on dark corners of the re2c API.

Total results: 1