| Crates.io | somen-language |
| lib.rs | somen-language |
| version | 0.1.0 |
| created_at | 2022-06-11 08:08:41.332777+00 |
| updated_at | 2022-06-11 08:08:41.332777+00 |
| description | Utilities of the somen parser combinator for languages. |
| homepage | |
| repository | https://github.com/watcol/somen-language |
| max_upload_size | |
| id | 603993 |
| size | 36,418 |
Utilities of the somen parser combinator for languages.
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
API Documentations are available on here.
This program is licensed under the MIT license. See LICENSE for details.