1 个不稳定版本
0.0.1 | 2021年3月21日 |
---|
#10 in #parsing-tools
73KB
2.5K SLoC
llmaker 版本 0.0.1
llmaker
为Rust生成LL(1)词法分析器代码
查看更多 示例文件.
使用Cargo安装
以下是最低要求的软件列表。
- git
- make
- Rust
示例
安装Rust和cargo (Ubuntu)
curl https://sh.rustup.rs -sSf | sh
安装Rust和cargo (Ubuntu on WSL)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
安装Rust和cargo (Windows)
请下载 安装程序,并启动安装程序。
构建和安装
cargo install llmaker
或
git clone https://github.com/puripuri2100/llmaker.git
cd llmaker
make install
llmaker 的用法
类型
llmaker <input file>
或
llmaker <input file> -o <output file>
入门
make demo
如果创建了 demo/demo.rs
,则设置已正确完成。
本软件在 MIT许可证 下发布。
版权 (c) 2020-2021 Naoki Kaneko (又名 "puripuri2100")
依赖关系
~750KB