PL/SQL grammar - ANTLR
Hi,
I am trying to get some 'working' examples on Language Recognizer defining grammar for PL/SQL using EBNF for a few core language constructs. This grammar should be an input for ANTLR toolkit to generate PLSQL parser. This language recognizer accepts PLSQL source input and builds an AST ( Abstract Syntax Tree ) of the source.
Thanks,
Michael Hitrik