https://github.com/j5ik2o/oni-comb-rs
A Rust crate for LL(k) parser combinators.
https://github.com/j5ik2o/oni-comb-rs
parser rust
Last synced: 4 months ago
JSON representation
A Rust crate for LL(k) parser combinators.
- Host: GitHub
- URL: https://github.com/j5ik2o/oni-comb-rs
- Owner: j5ik2o
- License: apache-2.0
- Created: 2021-10-14T06:08:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-20T00:32:04.000Z (5 months ago)
- Last Synced: 2026-01-20T08:02:05.153Z (5 months ago)
- Topics: parser, rust
- Language: Rust
- Homepage:
- Size: 2.95 MB
- Stars: 39
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Codeowners: .github/CODEOWNERS
- Agents: AGENTS.md
Awesome Lists containing this project
README
# oni-comb-rs (鬼昆布,おにこんぶ)
## Status
WIP
A Rust crate for LL(k) parser combinators.
[](https://github.com/j5ik2o/oni-comb-rs/actions?query=workflow%3A%22ci%22)
[](https://crates.io/crates/oni-comb-parser-rs)
[](https://docs.rs/oni-comb-parser-rs)
[](https://deepwiki.com/j5ik2o/oni-comb-rs)
[](https://renovatebot.com)
[](https://deps.rs/repo/github/j5ik2o/oni-comb-rs)
[](https://opensource.org/licenses/MIT)
[](https://opensource.org/licenses/apache-2-0)
[](https://github.com/XAMPPRocky/tokei)
## Main project
- [oni-comb-parser-rs](https://github.com/j5ik2o/oni-comb-rs/tree/main/parser)
## Sub projects
The following is projects implemented using `oni-comb-parser-rs`.
- [oni-comb-crond-rs](https://github.com/j5ik2o/oni-comb-rs/tree/main/crond/)
- [oni-comb-uri-rs](https://github.com/j5ik2o/oni-comb-rs/tree/main/uri/)
- [oni-comb-hocon-rs](https://github.com/j5ik2o/oni-comb-rs/tree/main/hocon/)
- [oni-comb-toys-rs](https://github.com/j5ik2o/oni-comb-rs/tree/main/toys/)
## Examples
- [Hello World!](https://github.com/j5ik2o/oni-comb-rs/tree/main/parser/examples/hello_world.rs)
- JSON Parsers
- [Bytes](https://github.com/j5ik2o/oni-comb-rs/tree/main/parser/examples/json_byte.rs)
- [Characters](https://github.com/j5ik2o/oni-comb-rs/tree/main/parser/examples/json_char.rs)
- [Calculator](https://github.com/j5ik2o/oni-comb-rs/tree/main/parser/examples/calculator.rs)
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.