Blame view

3rdparty/boost_1_81_0/libs/metaparse/README.md 503 Bytes
66d54af3   Hu Chunming   提交_GLIBCXX_USE_CX...
1
2
3
4
5
6
7
  # 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.