[ 源代码: libpog ]
软件包:libpog-dev(0.5.3-3)
C library for generating LALR(1) parsers
Pog is C 17 library for generating LALR(1) parsers. This library is header-only itself but requires RE2 library which does not come with header-only version. It splits definitions of parser into:
* Declaration of tokens (regular expressions describing how the input should be tokenized) * Grammar rules over tokens from tokenization phase
其他与 libpog-dev 有关的软件包
|
|
|
|
-
- dep: libfmt-dev
- fast type-safe C formatting library -- development files
-
- dep: libre2-dev
- efficient, principled regular expression library, development kit