llk 0.1.1

A fast, little an easy to understand LL(k) (LL(1) for now) library and compiler compiler (soon)
Documentation
  • Coverage
  • 61.54%
    24 out of 39 items documented4 out of 13 items with examples
  • Size
  • Source code size: 43.08 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.11 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Dalejosne

This crate allow you to create LL(1) (for now, LL(k) are coming soon) parsers.
You should have a look to the followings links to learn more about these parsers :
LL parsers : Wikipédia and LL parsers : INSA