mirror of
https://github.com/rm-dr/daisy
synced 2025-07-01 06:33:34 -07:00
Fixed parser bugs
Added PreGroup unwrapper Added token location tracking
This commit is contained in:
@ -91,8 +91,8 @@ fn main() -> Result<(), std::io::Error> {
|
||||
write!(stdout, "\n => ")?;
|
||||
stdout.reset()?;
|
||||
write!(stdout, "Got {input}\n\n\n")?;
|
||||
|
||||
parser::parse(&mut g).expect("Could not fold");
|
||||
|
||||
parser::parse(&mut g).expect("Could not parse");
|
||||
|
||||
writeln!(stdout, "Tokenized: {g:#?}")?;
|
||||
}
|
||||
|
Reference in New Issue
Block a user