Skip to content

Commit

Permalink
compilation_unit replaced with sql_script everywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
KvanTTT committed Oct 9, 2017
1 parent 9283a83 commit 6fd5e4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions plsql/PlSqlParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ parser grammar PlSqlParser;

options { tokenVocab=PlSqlLexer; }

compilation_unit
: unit_statement* EOF
;

sql_script
: ((unit_statement | sql_plus_command) SEMICOLON?)* EOF
;
Expand Down
2 changes: 1 addition & 1 deletion plsql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<configuration>
<verbose>false</verbose>
<showTree>false</showTree>
<entryPoint>compilation_unit</entryPoint>
<entryPoint>sql_script</entryPoint>
<grammarName>PlSql</grammarName>
<caseInsensitiveType>UPPER</caseInsensitiveType>
<packageName></packageName>
Expand Down

0 comments on commit 6fd5e4b

Please sign in to comment.