• Home
Name Date Size #Lines LOC

..--

doc/12-May-2024-70,72666,045

example/12-May-2024-4,5193,125

meta/12-May-2024-98

test/12-May-2024-6,7934,450

tools/12-May-2024-1,9141,578

README.mdD12-May-2024503 95

index.htmlD12-May-2024521 1413

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