I need in simple ANSI SQL parser and am looking for some instant solution. Does antlr have SQL grammar out of the box or should I write it on my own from scratch?
Asked
Active
Viewed 4,115 times
2 Answers
2
Here is an SQLite grammar for ANTLR4
https://github.com/antlr/grammars-v4/blob/master/sqlite/SQLite.g4
-
This link is now broken. – Tim Biegeleisen Dec 22 '20 at 15:12