summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/metaparse/README.md
blob: 6a4dd970d60bb07bec837ee2f5585acb480f99b4 (plain)
1
2
3
4
5
6
7
8
# 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.