Go to file
2019-03-03 16:09:13 +01:00
doc Add C++11 implementation of sequence 2018-05-13 16:02:22 +02:00
example Remove calls to 1 argument macros with 0 arguments 2017-04-20 17:14:02 +02:00
include/boost Avoid using out of range char value while instantiating template <char...> template 2019-03-03 16:09:13 +01:00
meta Moving the library from Mpllibs to its own repository 2015-06-01 23:14:37 +02:00
test Remove unused helper metafunction 2019-02-19 20:38:03 +01:00
tools Merge remote-tracking branch 'asomers/master' into develop 2017-07-30 13:47:42 +02:00
.gitattributes Adding .gitattributes 2018-01-20 14:12:21 +01:00
.travis.yml Stop using the build directory in Travis CI and Appveyor 2017-08-12 22:00:07 +02:00
appveyor.yml Stop using the build directory in Travis CI and Appveyor 2017-08-12 22:00:07 +02:00
index.html Fix redirect link 2016-02-28 10:48:51 +00:00
README.md Use the nicer svg badge for travis-ci 2016-01-26 17:58:02 +01:00

Boost.Metaparse

Build Status Windows build status

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.