共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > yardparser |
yardparser
|
1 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
Welcome to Yet Another Recursive Descent (YARD) parsing framework for C++. YARD is inspired by Boost.Spirit. YARD allows the specification of parsing expression grammars (PEG) using types and templates directly, instead of through operator overloading. The result is a very compact and efficient parser generating library.
YARD parsers automatically perform tokenization and construction of abstract syntax trees.