think that replaces all the printlns I care about

This commit is contained in:
2024-03-02 21:52:56 -08:00
parent e9fbd275a2
commit 745e263b69
8 changed files with 57 additions and 585 deletions

View File

@@ -1,5 +1,5 @@
use crate::syntax::ast::{ConstantType, Expression, Program, Statement, TopLevel, Value};
use crate::util::pretty::{Allocator, derived_display};
use crate::util::pretty::{derived_display, Allocator};
use pretty::{DocAllocator, DocBuilder};
impl Program {
@@ -154,4 +154,4 @@ derived_display!(Program);
derived_display!(TopLevel);
derived_display!(Statement);
derived_display!(Expression);
derived_display!(Value);
derived_display!(Value);