more parsing

This commit is contained in:
nora 2022-06-21 22:09:02 +02:00
parent 5cf64dfc55
commit 2ce2edfc64
3 changed files with 66 additions and 5 deletions

View file

@ -22,6 +22,10 @@ impl Span {
}
}
impl dbg_pls::DebugPls for Span {
fn fmt(&self, f: dbg_pls::Formatter<'_>) {}
}
pub fn parse_file(src: &str) {
println!("{src}");
}