✨
This commit is contained in:
@@ -24,7 +24,7 @@ keyword_tokens = [("KEYWORD_"+i, i) for i in [
|
||||
"VSQVE",
|
||||
"VT",
|
||||
"VERITAS",
|
||||
"VOCA"
|
||||
"CVM"
|
||||
]]
|
||||
|
||||
builtin_tokens = [("BUILTIN", i) for i in [
|
||||
|
||||
@@ -34,7 +34,7 @@ class Parser():
|
||||
else:
|
||||
return [calls[0]] + calls[2]
|
||||
|
||||
@self.pg.production('module_call : KEYWORD_VOCA MODULE')
|
||||
@self.pg.production('module_call : KEYWORD_CVM MODULE')
|
||||
def module_call(tokens):
|
||||
return ast_nodes.ModuleCall(tokens[1].value)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user