- [x] `then` must immediately follow the parenthesised condition: `if (1) eq 1 then 1 else 2"` - [x] `()` is not valid after `if` token - [x] string-literals: a single-quote escaped by another single quote must be followed by another single-quote - [x] built-in functions and `true()` and `false()` must not be followed by `()` - `current()` is OK - [x] `function()` without following curly brace is not valid