Crates.io | flexi-parse |
lib.rs | flexi-parse |
version | 0.10.0 |
source | src |
created_at | 2023-08-21 19:17:06.631283 |
updated_at | 2023-12-23 19:18:23.952623 |
description | Simple, flexible parsing |
homepage | |
repository | https://github.com/Spartan2909/flexi-parse |
max_upload_size | |
id | 950403 |
size | 241,751 |
flexi-parse
is a parsing library intended to be more flexible than parser generators and parser combinators, while still being simple to use.
syn
, making transfer
from syn
very simple.Examples of this library in use can be found under the examples
directory.
calc.rs
is a very simple command line calculator in under
100 lines of code, and lox
is an implementation of the
Lox language from Crafting Interpreters with
full compile-time error recovery.
Licensed under either of
at your option.
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.