Closed michelkaeser closed 7 months ago
Hey there, it looks like you are using an ANTLR version that is not compatible with the version required by blaze-expression. Could you please share the version that you are using? I guess it would be best to shade ANTLR to avoid such issues.
Looks like it: https://github.com/antlr/antlr4/releases/tag/4.10 (actually using 4.10.1)
WARNING: Generated 4.10 lexers and parsers are incompatible with code generated by previous versions of ANTLR. You must regenerate all of your code from grammars to use the new runtime. This is true of all targets (except probably javascript).
I think this was fixed via https://github.com/Blazebit/blaze-expression/commit/28d54f7dc695c848b239c9ad366fd697baf07122
Given the code from the quick-start snippets:
this throws: