Expand description
Code generation engine for the fack derive language.
The public API keeps compiler representations opaque while exposing the parse, validate, and expansion stages required by downstream tooling.
Structs§
- Target
- A parsed error declaration before semantic validation.
- Validated
Target - A validated derive target that can be expanded safely.
Functions§
- generate
- Parse, validate, and expand one derive input.