racc_runtime 0.1.1

RACC is a port of Berkeley YACC to Rust, and allows you to write grammar definitions directly in Rust source code.
Documentation
  • Coverage
  • 40%
    2 out of 5 items documented0 out of 2 items with examples
  • Size
  • Source code size: 2.03 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 177.41 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • sivadeilra/racc
    133 8 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sivadeilra

Contains the supporting logic needed for applications that wish to use RACC-generated parsers. There used to be more stuff in racc_runtime, but now there is only a single Error type. Even this might be eliminated and folded into the generated code.