diff --git a/sql/v2/Makefile b/sql/v2/Makefile new file mode 100644 index 000000000..e69de29bb diff --git a/sql/v2/README.md b/sql/v2/README.md index 2dc0ac77a..179de0722 100644 --- a/sql/v2/README.md +++ b/sql/v2/README.md @@ -25,3 +25,8 @@ To regenerate the parser, make sure you have [ANTLR4 installed](https://github.c ```shell antlr4 -Dlanguage=Go -package gen -o gen -visitor -no-listener CESQLParser.g4 ``` + +Then you need to run this sed command as a workaround until this ANTLR [issue](https://github.com/antlr/antlr4/issues/2433) is resolved. Without this, building for 32bit platforms will throw an int overflow error: +```shell +sed -i 's/(1<