Start of new ANTLR4 based parser.
Very simple tests pass.
This commit is contained in:
parent
03b4194193
commit
fbbe832a05
44 changed files with 860 additions and 8 deletions
1
pglablib/build-cpp.bat
Normal file
1
pglablib/build-cpp.bat
Normal file
|
|
@ -0,0 +1 @@
|
|||
java -Xmx500M -cp "c:\prog\antlr\antlr-4.9.2-complete.jar;%CLASSPATH%" org.antlr.v4.Tool -Dlanguage=Cpp PgsqlLexer.g4 PgsqlParser.g4 -o sqlparser/.generated -no-listener %2 %3 %4 %5 %6 %7
|
||||
Loading…
Add table
Add a link
Reference in a new issue