Rachid Lamouri

Results 2 issues of Rachid Lamouri

The antlr4ts-cli tool can have different behavior on Windows and Ubuntu with the same cli command. I traced this issue back to the core antlr4 cli tool and there's an...

From the spec: ``` print(3.14 ==== 3.14)! //true ``` This should be `false` since those are two independent literals. However the following makes sense because the programmer probably really wants...