Expand description
LeekScript tooling: formatter, visitor, tree display, optional transform.
Re-exports§
pub use formatter::format;pub use formatter::FormatDriver;pub use formatter::FormatterOptions;pub use tree_display::format_syntax_tree;pub use tree_display::print_syntax_tree;pub use visitor::walk;
Modules§
- formatter
LeekScripttree printer.- tree_
display - Utilities to display the parser’s syntax tree in a readable ASCII/Unicode tree format.
- visitor
- Generic visitor over the parsed
LeekScriptsyntax tree.
Structs§
- Tree
Display Options - Options for formatting the syntax tree (re-exported from sipha). Options for formatting the syntax tree.
- Walk
Options - Options that control how the tree is traversed.
Traits§
- Visitor
- Trait for visiting a sipha syntax tree.
Type Aliases§
- Walk
Result - Result of a visitor callback: continue walking or stop.