Skip to main content

Crate sig_compiler

Crate sig_compiler 

Source
Expand description

Compiler for sigc DSL

Parses .sig files and produces typed IR.

Re-exports§

pub use diagnostics::Diagnostic;
pub use diagnostics::DiagnosticCollector;
pub use diagnostics::Severity;
pub use diagnostics::Position;
pub use diagnostics::LocationRange;
pub use ast::Program;

Modules§

ast
Abstract Syntax Tree definitions for the sigc DSL
diagnostics
Diagnostics for sigc compiler
parser
Parser for the sigc DSL using chumsky

Structs§

Compiler
Compiler state and configuration