lang: apparently add event debug printer

This commit is contained in:
Schrottkatze 2024-04-15 16:22:33 +02:00
parent be637846b1
commit 6d8b79e8f7
No known key found for this signature in database

View file

@ -240,6 +240,7 @@ impl Parser<'_> {
fn parse(mut self) -> Parse {
let evs = to_events(&self.tokens);
self.builder.start_node(ROOT.into());
println!("evs: {evs:?}");
self.tokens.reverse();