Expand description
Frontend parsing and AST representation.
Defines the frontend AST and the parser.
The frontend representation is transformed into the representation defined
in the ir
module.
Re-exports
pub use ast::NamespaceDef;
Modules
Structs
A Workspace represents all Calyx files transitively discovered while trying to compile a top-level file.