Parser - Fixed error recovery
This commit is contained in:
parent
5efc90e89b
commit
71ddef17d8
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ impl Parser {
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
self.current += 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue