draxl-ast 0.1.0

Typed AST and metadata model for Draxl
Documentation
  • Coverage
  • 46.63%
    83 out of 178 items documented0 out of 64 items with examples
  • Size
  • Source code size: 44.13 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 14.4 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s 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

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.