lexi-gram 0.9.1

Lexi and Gram lexer/parser generator top-level library that includes the lexicon/grammar parsers
Documentation

crate documentation crate

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 lexi-gram Crate

The lexi-gram crate contains the source code of Lexi and Gram, the two parsers for the lexicon and grammar files read by Lexigram. It also provides an API to easily generate the parser source programmatically.

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.