Skip to main content

Crate tracen_dsl

Crate tracen_dsl 

Source
Expand description

tracen_dsl - parser and semantic validator for tracker DSL.

Re-exports§

pub use ast::*;

Modules§

ast
AST types for tracker DSL.
parser
Hand-rolled parser + lowering for tracker DSL.

Functions§

compile
Parse DSL string and compile to validated TrackerDefinition.
parse
Parse DSL into AST (without full semantic validation).