draxl-ast 0.1.1

Typed AST and metadata model for Draxl
Documentation
  • Coverage
  • 47.51%
    86 out of 181 items documented0 out of 66 items with examples
  • Size
  • Source code size: 52.96 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 4s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • draxl-org/draxl
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rndhouse

Typed IR for Draxl.

This crate defines the shared syntax model for the entire workspace:

  • stable metadata on modeled nodes
  • typed items, statements, expressions, patterns, and types
  • deterministic JSON emission for test fixtures and tooling

It deliberately does not own parsing, validation rules, formatting policy, lowering, or patch application.