4 releases
0.2.0 | May 20, 2020 |
---|---|
0.1.2 | May 16, 2020 |
0.1.1 | May 12, 2020 |
0.1.0 | May 7, 2020 |
#336 in Simulation
215KB
4K
SLoC
liblet-rust
coverage disclaimer: percentage of code coverage is not reliable as of now, due to some issues with the tool used (cargo tarpaulin). If you have any advices, feel free to contact me.
Porting project for the liblet library of the University of Milan course "Linguaggi e Traduttori" (Languages and Translators) in Rust.
A generic and possibly updated roadmap/to-do list is available in this repo project. If you want to contribute or correct any errors, please do so opening issues or creating pull requests.
This is also a learning project, used to better comprehend both the course topics and the rust programming language.
Features
More info available at the docs.
Following the official liblet documentation.
- symbol (new)
- production
- item (not planned)
- grammar
- derivation
- transition
- automaton
- antlr support (not planned)
- rich display (not planned yet)
- utilities (not planned yet)
Notice that this project doesn't make any difference between grammar types at the moment. In fact, you won't find parameters like "context_free" flags for switching behaviour depending on grammar type, because there's no such equivalent switch in implementation planned for this library at the moment. This library implementation ignores the grammar type concepts, at least at the moment, for those features which don't need a strict grammar type level (eg. grammar creation, grammar restrict_to function, etc.).
Examples
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (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.
Dependencies
~0.4–1MB
~23K SLoC