Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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: 13 days ago
JSON representation

A Rust crate for LL(k) parser combinators.

Lists

README

        

# oni-comb-rs (鬼昆布,おにこんぶ)

## Status

WIP

A Rust crate for LL(k) parser combinators.

[![Workflow Status](https://github.com/j5ik2o/oni-comb-rs/workflows/ci/badge.svg)](https://github.com/j5ik2o/oni-comb-rs/actions?query=workflow%3A%22ci%22)
[![crates.io](https://img.shields.io/crates/v/oni-comb-parser-rs.svg)](https://crates.io/crates/oni-comb-parser-rs)
[![docs.rs](https://docs.rs/oni-comb-parser-rs/badge.svg)](https://docs.rs/oni-comb-parser-rs)
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
[![dependency status](https://deps.rs/repo/github/j5ik2o/oni-comb-rs/status.svg)](https://deps.rs/repo/github/j5ik2o/oni-comb-rs)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![License](https://img.shields.io/badge/License-APACHE2.0-blue.svg)](https://opensource.org/licenses/apache-2-0)
[![tokei](https://tokei.rs/b1/github/j5ik2o/oni-comb-rs)](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.