Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sarah.grebing
ProofScriptParser
Commits
e1d70be5
Commit
e1d70be5
authored
Dec 17, 2017
by
Alexander Weigl
Browse files
fix typo in grammar
parent
981ae84b
Pipeline
#16068
passed with stages
in 9 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lang/src/main/antlr4/edu/kit/iti/formal/psdbg/parser/ScriptLanguage.g4
View file @
e1d70be5
...
...
@@ -122,11 +122,11 @@ casesList
;*/
unconditionalBlock
: (kind+=(FOREACH|THEONLY|STRICT|RELAX|REPEAT))+ IDENT stmtList DEDENT
: (kind+=(FOREACH|THEONLY|STRICT|RELAX|REPEAT))+ I
N
DENT stmtList DEDENT
;
conditionalBlock
: kind=(IF|WHILE) LPAREN expression RPAREN IDENT stmtList DEDENT
: kind=(IF|WHILE) LPAREN expression RPAREN I
N
DENT stmtList DEDENT
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment