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
36580f60
Commit
36580f60
authored
Jun 07, 2014
by
dbarbera
Browse files
Fixed typo
parent
95fc5fa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
LlvmGenerator.py
View file @
36580f60
...
...
@@ -337,7 +337,7 @@ def _basic_operators(expr):
@
expression
.
register
(
ogAST
.
ExprAssign
)
def
_assign
(
expr
):
'''Assign expression'''
'''
Assign expression
'''
builder
=
LLVM
[
'builder'
]
left
=
expression
(
expr
.
left
)
right
=
expression
(
expr
.
right
)
...
...
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