Skip to content

Commit

Permalink
Implement a simple AST printer for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Sep 13, 2024
1 parent 685133f commit 9331d3c
Show file tree
Hide file tree
Showing 3 changed files with 705 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ast.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#![allow(clippy::enum_variant_names)]

mod printer;

use crate::interpolation::StringPart;

use std::rc::Rc;
Expand Down
Loading

0 comments on commit 9331d3c

Please sign in to comment.