pegtl 3.2.7
Parsing Expression Grammar template library
The Parsing Expression Grammar Template Library (PEGTL) is a zero-dependency C++ header-only parser combinator library for creating parsers according to a Parsing Expression Grammar (PEG).
- Outputs:
out
- Website: https://github.com/taocpp/PEGTL
- Licenses: Expat
- Package source: gnu/packages/cpp.scm
- Builds: See build status
- Issues: See known issues
Installation
Install pegtl 3.2.7
as follows:
guix install pegtl@3.2.7
Or install the latest version:
guix install pegtl
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.