#parser-combinator #parser #language

no-std 某种语言

某种语言解析器组合器的语言工具

1 个不稳定版本

0.1.0 2022年6月11日

#288 in 解析工具

MIT 许可证

34KB
779

某种语言

status crates.io Downloads Downloads (latest) License Lint Test

某种语言解析器组合器的语言工具。

用法

添加到您的 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