Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
sarah.grebing
ProofScriptParser
Commits
e1d70be5
Commit
e1d70be5
authored
Dec 17, 2017
by
Alexander Weigl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lang/src/main/antlr4/edu/kit/iti/formal/psdbg/parser/ScriptLanguage.g4
.../antlr4/edu/kit/iti/formal/psdbg/parser/ScriptLanguage.g4
+2
-2
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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