Skip to content

Commit

Permalink
#2526 EOF as special
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 7, 2023
1 parent 196af6f commit 6d0f3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ebnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
mvn com.yegor256:antlr2ebnf-maven-plugin:0.0.7:generate \
-pl :eo-parser --debug --errors --batch-mode --quiet \
"-Dantlr2ebnf.convertDir=$CONVERT_PATH" \
"-Dantlr2ebnf.specials=eol,eop,tab,untab" \
"-Dantlr2ebnf.specials=eof,eol,eop,tab,untab" \
"-Dantlr2ebnf.margin=40"
- run: |
set -x
Expand Down

0 comments on commit 6d0f3da

Please sign in to comment.