Forum Discussion
OleksiiKovalov
May 31, 2021Copper Contributor
Looking for Microsoft.SqlServer.TransactSql.ScriptDom grammar
Hi! I'm looking for any info/contact for antlr grammar used by Microsoft.SqlServer.TransactSql.ScriptDom assembly Looks like https://github.com/microsoft/ doesn't contains any useful info
olafhelper
May 31, 2021Bronze Contributor
ANTLR = ANother Tool for Language Recognition? Don't understand that.
ScriptDom is a "simple" parser for Transact-SQL, with the MS SQL Server specific SQL dialect.
No need to "recognite" anything, it's for T-SQL.