5 unstable releases
0.3.1 | Jun 26, 2022 |
---|---|
0.3.0 | Jun 11, 2022 |
0.3.0-beta | Jun 9, 2022 |
0.2.0 | Apr 3, 2022 |
0.1.0 | Mar 17, 2022 |
#134 in Parser tooling
Used in 2 crates
280KB
8K
SLoC
Somen
Somen is an asynchronous LL(k) parser combinator.
Usage
Add to your Cargo.toml
:
[dependencies]
somen = "0.3"
If you are in the no_std
environment:
[dependencies.somen]
version = "0.3"
default-features = false
features = ["alloc"] # If you have an allocator implementation
See examples for more usage.
Documentation
API Documentations are available on here.
License
This program is licensed under the MIT license. See LICENSE for details.
Dependencies
~75KB