https://github.com/boostorg/metaparse
A library for generating compile time parsers parsing embedded DSL code as part of the C++ compilation process
https://github.com/boostorg/metaparse
Last synced: 9 months ago
JSON representation
A library for generating compile time parsers parsing embedded DSL code as part of the C++ compilation process
- Host: GitHub
- URL: https://github.com/boostorg/metaparse
- Owner: boostorg
- Created: 2015-06-01T21:07:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T16:57:49.000Z (10 months ago)
- Last Synced: 2025-04-02T06:09:24.070Z (9 months ago)
- Language: C++
- Size: 8.7 MB
- Stars: 42
- Watchers: 6
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boost.Metaparse
[](http://travis-ci.org/boostorg/metaparse)
[](https://ci.appveyor.com/project/sabel83/metaparse-04v04/branch/master)
Metaparse is parser generator library for template metaprograms. The purpose of
this library is to support the creation of parsers that parse at compile time.