Lexigram
This crate is part of the Lexigram project, a lexer/parser generator.
You can dive into the Lexigram book for an introduction, a tutorial, or a reference. You can also browse the crate documentation.
If you're looking for the command-line executable, you'll find it in the lexigram crate, along with a quick overview.
The lexigram-core Crate
The lexigram-core crate contains the minimal library required by the lexer/parser code generated by Lexigram.
Additional information can be found in the corresponding section of the Lexigram book.
Status
This project is still under development and shouldn't be considered fully stable yet (hence the 0.x version). See the main project's README.
The code and the documentation were entirely written by a human.
Releases
RELEASES.md keeps a log of all the releases (most are also on the GitHub release page).
Licence
This code is licenced under either MIT License or Apache License 2.0, at your option.