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