somen-language

Crates.iosomen-language
lib.rssomen-language
version0.1.0
sourcesrc
created_at2022-06-11 08:08:41.332777
updated_at2022-06-11 08:08:41.332777
descriptionUtilities of the somen parser combinator for languages.
homepage
repositoryhttps://github.com/watcol/somen-language
max_upload_size
id603993
size36,418
watcol (watcol)

documentation

README

somen-language

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

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.

Commit count: 49

cargo fmt