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
4b8f67eb
Commit
4b8f67eb
authored
Sep 16, 2016
by
Maxime Perrotin
Browse files
Fix syntax for procedure declarations
Allow semi after the "returns" keyword.
parent
5230794f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
opengeode/icons.py
View file @
4b8f67eb
This diff is collapsed.
Click to expand it.
opengeode/sdl92Lexer.py
View file @
4b8f67eb
# $ANTLR 3.1.3 Mar 17, 2009 19:23:44 sdl92.g 2016-0
8-22 11:16:15
# $ANTLR 3.1.3 Mar 17, 2009 19:23:44 sdl92.g 2016-0
9-16 14:37:44
import
sys
from
antlr3
import
*
...
...
opengeode/sdl92Parser.py
View file @
4b8f67eb
This diff is collapsed.
Click to expand it.
sdl92.g
View file @
4b8f67eb
...
...
@@ -298,7 +298,7 @@ procedure
procedure_result
: ('->' | RETURNS)
variable_id?
sort
sort
end?
-> ^(RETURNS variable_id? sort)
;
...
...
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