v0.1.11
- Parser now throws a
ParseException
when encountering tokens that cannot be resolved to expression tokens- This fixes several cases where unexpected tokens are encountered (such as
,
outside fcall) where aRuntimeException
would have instead been thrown with the message "Don't know how to convert * token"
- This fixes several cases where unexpected tokens are encountered (such as