1 个不稳定版本
0.1.0 | 2022年6月11日 |
---|
#288 in 解析工具
34KB
779 行
某种语言
某种语言解析器组合器的语言工具。
用法
添加到您的 Cargo.toml
[dependencies]
somen-language = "0.1.0"
如果您处于 no_std
环境中
[dependencies.somen-language]
version = "0.1.0"
default-features = false
features = ["alloc"] # If you have an allocator implementation
文档
API 文档可在 此处 获取。
许可证
本程序受 MIT 许可证许可。有关详细信息,请参阅 LICENSE。
依赖项
~610KB
~14K SLoC