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
9b43d914
Commit
9b43d914
authored
Jun 05, 2014
by
dbarbera
Browse files
Added DIV operator to expression analysis
parent
494cfb89
Changes
1
Hide whitespace changes
Inline
Side-by-side
ogParser.py
View file @
9b43d914
...
...
@@ -1215,6 +1215,7 @@ def expression(root, context):
lexer
.
ASTERISK
,
lexer
.
DASH
,
lexer
.
APPEND
,
lexer
.
DIV
,
lexer
.
REM
,
lexer
.
MOD
):
expr
.
exprType
=
expr
.
left
.
exprType
...
...
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