valua-ast 0.1.0

Lua 5.5 AST node definitions shared across the valua pipeline (Lua 5.4 is a supported subset)
Documentation
  • Coverage
  • 44.05%
    74 out of 168 items documented0 out of 30 items with examples
  • Size
  • Source code size: 19.05 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.71 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • leonardespi

Typed AST for Lua 5.5 — shared by parser, transformer, and code generator.

Also houses [LuaTarget], the cross-cutting compilation-target enum used by both valua-lint and valua-codegen. Placing it here avoids an illegal valua-lint → valua-codegen dependency (see architectural note in PRD §6.2).