https://github.com/zypeh/bop
LOL again
https://github.com/zypeh/bop
Last synced: 12 months ago
JSON representation
LOL again
- Host: GitHub
- URL: https://github.com/zypeh/bop
- Owner: zypeh
- License: mit
- Created: 2018-08-04T14:54:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T02:16:04.000Z (about 7 years ago)
- Last Synced: 2025-05-18T15:18:37.441Z (about 1 year ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bop
> Parsee don't cry

Bop is a general purpose parser generator written in Rust that is inspired by [pest](https://pest.rs), [rocket.rs](https://rocket.rs) and [nom-peg](https://github.com/rust-bakery/nom-peg), a PEG parser built on top of nom.
The only difference is this is code-syntax file separated, binding the logic layer and syntax rules via Rust's macro annotations.