Parser - Fixed error recovery

This commit is contained in:
Emmanuel BENOîT 2022-12-31 16:42:32 +01:00
parent 5efc90e89b
commit 71ddef17d8

View file

@ -44,6 +44,7 @@ impl Parser {
{
return;
}
self.current += 1;
}
}