Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 143 Bytes

File metadata and controls

6 lines (4 loc) · 143 Bytes

antlr -Dlanguage=Go -o parser Hello.g4

Generate

antlr4 -Dlanguage=Go -o parser PlSqlLexer.g4 antlr4 -Dlanguage=Go -o parser PlSqlParser.g4