Skip to content

Files

Latest commit

2973b34 · Jan 31, 2023

History

History

plsql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023

An ANTLR4 grammar for PL/SQL

Usage, important note

As SQL grammar are normally not case sensitive but this grammar implementation is, you must use a custom character stream that converts all characters to uppercase before sending them to the lexer.

You could find more information here with implementations for various target languages.