Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 70,726 | 66,045 | ||
example/ | 12-May-2024 | - | 4,519 | 3,125 | ||
meta/ | 12-May-2024 | - | 9 | 8 | ||
test/ | 12-May-2024 | - | 6,793 | 4,450 | ||
tools/ | 12-May-2024 | - | 1,914 | 1,578 | ||
README.md | D | 12-May-2024 | 503 | 9 | 5 | |
index.html | D | 12-May-2024 | 521 | 14 | 13 |
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