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
02f5d2f7
Commit
02f5d2f7
authored
Jul 08, 2020
by
Maxime Perrotin
Browse files
Update signalroute definition
to help syntax checker in the GUI
parent
f98a63a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
sdl92.g
View file @
02f5d2f7
...
...
@@ -230,11 +230,13 @@ entity_in_block
| process_definition
;
// There should be at least one route in the signal route
// However it is now optional (* and not +) to appease the
// syntax checker in the tool.
signalroute
: SIGNALROUTE route_id
route
+
-> ^(SIGNALROUTE route_id route
+
)
: SIGNALROUTE route_id
end?
route
*
-> ^(SIGNALROUTE route_id route
*
)
;
...
...
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