共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > Sweet Parser |
Sweet Parser
|
1 | 0 | 21 |
贡献者 | 讨论 | 代码提交 |
Sweet Parser is a C++ parser library.
Given a BNF grammar the library generates an LALR parser that recognizes the language described by that grammar. The parser can be generated at runtime without the need for an offline generation step. If generation is required there is a stand alone executable that provides Lua scriptable code generation from the parser state machine. Parsers generated this way have no dependencies on anything other than the standard libary.