Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

343 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Somen

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

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.

About

An asynchronous parser combinator for Rust.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages