Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmx/noise-lalrpop
A LALRPOP based parser for the Noise Query Language
https://github.com/vmx/noise-lalrpop
Last synced: 13 days ago
JSON representation
A LALRPOP based parser for the Noise Query Language
- Host: GitHub
- URL: https://github.com/vmx/noise-lalrpop
- Owner: vmx
- License: apache-2.0
- Created: 2017-11-24T13:47:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T14:06:00.000Z (almost 7 years ago)
- Last Synced: 2024-10-08T00:26:06.157Z (about 1 month ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-starred - vmx/noise-lalrpop - A LALRPOP based parser for the Noise Query Language (others)
README
Query parser for Noise
======================This is a query parser for the [Noise Query Language](https://github.com/pipedown/noise/blob/master/query_language_reference.md).
### Build
cargo build
### Running tests
cargo test
### Running against queries
You can run the parser on file that contains one query per line:
cargo run
It returns “ok” for every successfull parsed line or the error if there was any.
Contributing
------------### Commit messages
Commit messages are important as soon as you need to dig into the history
of certain parts of the system. Hence please follow the guidelines of
[How to Write a Git Commit Message](http://chris.beams.io/posts/git-commit/).License
-------Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://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.