https://github.com/antlr/grammars-v4
Revision 84b7a26b8650dc72ef1fb043adbb423377026fdc authored by Dmitry on 25 January 2024, 09:27:05 UTC, committed by Ivan Kochurkin on 12 February 2024, 13:27:29 UTC
https://docs.oracle.com/en/database/oracle/oracle-database/19/lnpls/plsql-language-fundamentals.html#GUID-D6EFD7E8-39DF-4430-B625-B6D37E49F6F4
1 parent e0e7682
Raw File
Tip revision: 84b7a26b8650dc72ef1fb043adbb423377026fdc authored by Dmitry on 25 January 2024, 09:27:05 UTC
[PlSql] Support optional `pragma_declaration` before `statement`
Tip revision: 84b7a26
README.md
![CI](https://github.com/antlr/grammars-v4/actions/workflows/main.yml/badge.svg)

# Grammars-v4

This repository is a collection of formal grammars written for [ANTLR v4](https://github.com/antlr/antlr4)

The root directory name is the all-lowercase name of the language or file format parsed by the grammar. For example, java, cpp, csharp, c, etc...

## FAQ

Please refer to the [grammars-v4 Wiki](https://github.com/antlr/grammars-v4/wiki)

## Code of Conduct

Please refer to [House Rules](https://github.com/antlr/grammars-v4/blob/master/House_Rules.md)
back to top