sql
sql copied to clipboard
Syntax classes?
I'm attempting to write macros that expand to sql expressions. The sql grammar is complex and I have no way to validate the input to my macros are well formed. Would exposing syntax classes matching the various subforms of the sql grammar be a good idea?