Rename root to program

This commit is contained in:
Salvatore Ravidà
2022-12-15 19:58:20 +01:00
committed by Ziv
parent a15da8e275
commit f79202a5b7
7 changed files with 31 additions and 38 deletions

View File

@ -12,7 +12,7 @@ superClass = PostgreSQLParserBase;
@members
{
}
root
program
: stmtblock EOF
;