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
59715594
Commit
59715594
authored
Apr 16, 2021
by
Maxime Perrotin
Browse files
Support field names called "state"
Useful for observers
parent
4f4bf8ea
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
opengeode/icons.py
View file @
59715594
This diff is collapsed.
Click to expand it.
opengeode/sdl92Lexer.py
View file @
59715594
# $ANTLR 3.5.2 sdl92.g 2021-04-1
4
1
3:02:03
# $ANTLR 3.5.2 sdl92.g 2021-04-1
6
1
1:43:10
import
sys
from
antlr3
import
*
...
...
opengeode/sdl92Parser.py
View file @
59715594
This diff is collapsed.
Click to expand it.
sdl92.g
View file @
59715594
...
...
@@ -1481,7 +1481,7 @@ priority_signal_id
: ID;
signal_list_id : ID;
timer_id : ID;
field_name : ID;
field_name : ID
| STATE
;
signal_route_id : ID;
channel_id : ID;
route_id : ID;
...
...
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