An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Boost.Metaparse

[![Build Status](https://secure.travis-ci.org/boostorg/metaparse.svg?branch=master "Build Status")](http://travis-ci.org/boostorg/metaparse)
[![Windows build status](https://ci.appveyor.com/api/projects/status/u7ysxkssmrgr7vau/branch/master?svg=true)](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.