lexi-gram

Crates.iolexi-gram
lib.rslexi-gram
version0.8.2
created_at2025-12-24 19:42:28.219487+00
updated_at2025-12-24 20:09:18.227687+00
descriptionLexi and Gram generators
homepagehttps://github.com/blueglyph/lexigram
repositoryhttps://github.com/blueglyph/lexigram
max_upload_size
id2003761
size316,249
Redglyph (blueglyph)

documentation

https://docs.rs/lexi-gram

README

crate documentation crate


Important note: This crate is still under development and shouldn't be considered stable yet (hence the 0.x version). I'm currently adding some documentation and examples, and refactoring the code.

The lexi-gram Crate

This crate contains the sources of Lexi and Gram, the two parsers for the lexicon and grammar files used by lexicon.

For now, check the lexigram crate for more information, or the project GitHub.

Lexigram

The lexigram project includes the following crates:

  • lexigram-core, the minimum library required by the code generated by lexigram
  • lexigram-lib, the full library used by lexi-gram and lexigram
  • lexi-gram, the Lexi and Gram parsers, which parse the lexicon and grammar language for the lexigram tool
  • lexigram, the lexer/parser generator tool

Releases

RELEASES.md keeps a log of all the releases (most are on the GitHub release page, too).

Licence

This code is licenced under either MIT License or Apache License 2.0, at your option.

Commit count: 0

cargo fmt