https://github.com/watcol/somen-language
Utilities of the somen parser combinator for languages.
https://github.com/watcol/somen-language
parser parser-combinators programming-language rust
Last synced: about 10 hours ago
JSON representation
Utilities of the somen parser combinator for languages.
- Host: GitHub
- URL: https://github.com/watcol/somen-language
- Owner: watcol
- License: mit
- Created: 2022-03-27T06:22:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T08:08:18.000Z (almost 4 years ago)
- Last Synced: 2026-01-02T18:57:01.811Z (3 months ago)
- Topics: parser, parser-combinators, programming-language, rust
- Language: Rust
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# somen-language

[](https://crates.io/crates/somen-language)
[](https://crates.io/crates/somen-language)
[](https://crates.io/crates/somen-language)
[](https://github.com/watcol/somen-language/blob/main/LICENSE)


Utilities of the somen parser combinator for languages.
## Usage
Add to your `Cargo.toml`:
```toml
[dependencies]
somen-language = "0.1.0"
```
If you are in the `no_std` environment:
```toml
[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](https://docs.rs/somen-language).
## License
This program is licensed under the MIT license.
See [LICENSE](https://github.com/watcol/somen-language/blob/main/LICENSE) for details.