Fixed #13
This commit is contained in:
parent
051f6e781f
commit
8c6f415ac9
|
@ -68,6 +68,7 @@ impl<'a> Parser<'a> {
|
||||||
| Token::Integer(_)
|
| Token::Integer(_)
|
||||||
| Token::String(_)
|
| Token::String(_)
|
||||||
| Token::Nul
|
| Token::Nul
|
||||||
|
| Token::LeftParenthesis
|
||||||
| Token::LogNot => self.parse_ops(token),
|
| Token::LogNot => self.parse_ops(token),
|
||||||
|
|
||||||
// Control flow
|
// Control flow
|
||||||
|
|
Loading…
Reference in a new issue