Crates.io | nom-operator |
lib.rs | nom-operator |
version | 0.0.2 |
source | src |
created_at | 2017-05-11 11:08:00.136451 |
updated_at | 2017-07-08 14:09:46.194714 |
description | Precedence climbing operator parser written with nom |
homepage | https://github.com/afonso360/nom-operator |
repository | https://github.com/afonso360/nom-operator |
max_upload_size | |
id | 14163 |
size | 33,187 |
Shift reduce operator parser written with nom
The algorithm used in this crate is based on this paper.
There aren't many tests to this crate, and you should probably use this with caution
nom-operator is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.