lang: make Marker
s debuggable
This commit is contained in:
parent
2bea3994c2
commit
e62b50a51a
7 changed files with 18 additions and 18 deletions
|
@ -5,7 +5,7 @@ use super::Parser;
|
|||
mod expression;
|
||||
|
||||
pub fn source_file(p: &mut Parser) {
|
||||
let root = p.start();
|
||||
let root = p.start("root");
|
||||
|
||||
expression::expression(p);
|
||||
p.eat_succeeding_ws();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue