首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 解析表达式语法模板库

解析表达式语法模板库

资 源 简 介

Please visit the new PEGTL page on GitHub Abstract The Parsing Expression Grammar Template Library (PEGTL) is a C++11 library for creating parsers according to a Parsing Expression Grammar (PEG). Grammars are embedded as regular C++ code, created with template programming (not template meta programming), i.e. nested template instantiations that naturally correspond to the inductive definition of PEGs. Included is a comprehensive set of parser (combinator) rules that can be extended by the user, and hooks for debugging grammars and attaching user-defined actions to grammar rules. PEGs are superficially similar to Context-Free Grammars (CFGs); for an in-depth description see Wikipedia page on PEGs or this paper on PEGs by Bryan Ford

文 件 列 表

pegtl-0.32
Makefile
documentation.wiki
example
include
license.txt
readme.txt
VIP VIP
0.171291s