Skip to content

v0.1.11

Compare
Choose a tag to compare
@Muqsit Muqsit released this 01 Oct 09:36
· 271 commits to master since this release
  • 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 a RuntimeException would have instead been thrown with the message "Don't know how to convert * token"