microsoft / SqlScriptDOM

ScriptDOM/SqlDOM is a .NET library for parsing T-SQL statements and interacting with its abstract syntax tree
MIT License
135 stars 18 forks source link

Contribute grammars upstream #18

Open dzsquared opened 1 year ago

dzsquared commented 1 year ago

We'd love to pass grammar updates back upstream to antlr v4 - https://github.com/antlr/grammars-v4/tree/master/sql/tsql

RaulRG commented 1 year ago

It would be great! I used the grammar there, but had some problems. If I understand it right you are using quite an old version of Antlr. Do you mean that you need to upgrade to antlr4 first?