This commit is contained in:
Erin 2021-05-03 08:47:52 +02:00 committed by ondra05
parent d80b5514ce
commit 4b2d306ccb

View file

@ -68,6 +68,7 @@ impl<'a> Parser<'a> {
| Token::Integer(_)
| Token::String(_)
| Token::Nul
| Token::LeftParenthesis
| Token::LogNot => self.parse_ops(token),
// Control flow