mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-15 00:55:05 +01:00
more parsing
This commit is contained in:
parent
5cf64dfc55
commit
2ce2edfc64
3 changed files with 66 additions and 5 deletions
|
|
@ -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}");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue