adding set thinger in
This commit is contained in:
parent
3099fc3c26
commit
791a7f212e
@ -387,6 +387,7 @@ class HyASTCompiler(object):
|
||||
col_offset=expression.start_column)
|
||||
|
||||
@builds("def")
|
||||
@builds("set")
|
||||
def compile_def_expression(self, expression):
|
||||
expression.pop(0) # "def"
|
||||
name = expression.pop(0)
|
||||
|
Loading…
Reference in New Issue
Block a user