Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
74e305fe
Commit
74e305fe
authored
Jun 19, 2014
by
Maxime Perrotin
Browse files
Fixed grammar bug
parent
0b3ec12c
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
icons.py
View file @
74e305fe
...
...
@@ -2,7 +2,7 @@
# Resource object code
#
# Created:
Thu
Jun
5 14:01:57
2014
# Created:
Wed
Jun
18 19:48:04
2014
# by: The Resource Compiler for PySide (Qt v4.8.6)
#
# WARNING! All changes made in this file will be lost!
sdl92.g
View file @
74e305fe
...
...
@@ -699,8 +699,8 @@ outputstmt
actual_parameters?;
to_part
: (
'
TO
'
destination)
-> ^(TO destination);
: (TO destination)
->
^(TO destination);
via_part
: 'VIA' viabody
...
...
sdl92Lexer.py
View file @
74e305fe
This diff is collapsed.
Click to expand it.
sdl92Parser.py
View file @
74e305fe
This diff is collapsed.
Click to expand it.
tests/regression/test12/trafficlight.pr
View file @
74e305fe
...
...
@@ -268,4 +268,4 @@ NEXTSTATE Maintenance;
ENDDECISION;
ENDSTATE;
ENDPROCESS trafficlight;
ENDPROCESS trafficlight;
\ No newline at end of file
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