用户友好的C++ LL(1)语法分析程序
LL1.pp LL(1)语法分析程序
LL1 Linux下可执行文件,由g++7.3.0编译
Grammar.txt 文法文件
out
|——document.html 文档,html格式,请用浏览器打开(推荐Chrome,不推荐IE)
|——[other files] 文档的格式素材文件
document
|——document.mdk 生成文档的madoko文件
|——[other files] 文档的格式素材文件\
- 编辑文法文件 Grammar.txt
- 运行可执行文件 ./LL1
- 编辑
document/document.mdk - 回到主目录运行
madoko -v document/document.mdk - 观察
out/document.html
ssh: git@github.com:luyuhao98/LL1.git