lexigram-core 0.8.0

Library required by lexer/parser generated by lexigram
Documentation
  • Coverage
  • 19.18%
    61 out of 318 items documented3 out of 186 items with examples
  • Size
  • Source code size: 168.84 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 18.06 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • blueglyph

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 lexigram-code Crate

This crate contains the minimal library required by the lexer/parser source code generated by the lexigram tool.

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.