This commit is contained in:
Erin 2021-05-03 08:47:52 +02:00 committed by ondra05
parent 051f6e781f
commit 8c6f415ac9

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