draxl-parser 0.1.0

Hand-written lexer and parser for the current Draxl Rust profile
Documentation
  • Coverage
  • 42.86%
    3 out of 7 items documented0 out of 1 items with examples
  • Size
  • Source code size: 42.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.11 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 16s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • draxl-org/draxl
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rndhouse

Hand-written lexer and parser for the current Draxl Rust profile.

The crate is intentionally small and explicit:

  • syntax defines the token model shared by the lexer and parser
  • lexer turns source text into tokens
  • parser builds a typed Draxl AST from those tokens
  • error provides parse errors with stable span and line/column reporting