• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H10-Dec-2019-17,58412,981

example/H10-Dec-2019-4,5193,125

meta/H10-Dec-2019-98

test/H10-Dec-2019-6,7934,450

tools/H10-Dec-2019-1,9141,578

README.mdH A D10-Dec-2019503 95

README.md

1# Boost.Metaparse
2
3[![Build Status](https://secure.travis-ci.org/boostorg/metaparse.svg?branch=master "Build Status")](http://travis-ci.org/boostorg/metaparse)
4[![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)
5
6Metaparse is parser generator library for template metaprograms. The purpose of
7this library is to support the creation of parsers that parse at compile time.
8
9