共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > EBNFtool |
EBNFtool
|
1 | 0 | 1 |
贡献者 | 讨论 | 代码提交 |
EBNFtool is a library and utility to parse EBNF grammars, then generate and output: 1) a symbol cross reference, 2) FIRST and FOLLOW sets, 3) a proof whether LL conditions are satisfied. It is further planned to add a syntax diagram generator (aka railroad diagram generator) in the future. EBNFtool is written in C. Work in progress. Requires C99 and KVSlib.