lang: make Markers debuggable

This commit is contained in:
Schrottkatze 2024-04-24 19:55:16 +02:00
parent 2bea3994c2
commit e62b50a51a
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
7 changed files with 18 additions and 18 deletions

View file

@ -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();