1 unstable release
0.1.0 | Jun 11, 2022 |
---|
#288 in Parser tooling
34KB
779 lines
somen-language
Utilities of the somen parser combinator for languages.
Usage
Add to your Cargo.toml
:
[dependencies]
somen-language = "0.1.0"
If you are in the no_std
environment:
[dependencies.somen-language]
version = "0.1.0"
default-features = false
features = ["alloc"] # If you have an allocator implementation
Documentation
API Documentations are available on here.
License
This program is licensed under the MIT license. See LICENSE for details.
Dependencies
~610KB
~14K SLoC