re-arrange some stuff

master
cynic 3 years ago
parent ca6f0877da
commit 5874c3a018
  1. 5
      lib.py

@ -2,8 +2,7 @@
# BET UR MAD BAKADESU HAHAHAHHAHAHAHAH # BET UR MAD BAKADESU HAHAHAHHAHAHAHAH
# t. cirno # t. cirno
idspace = {}
funcspace = {}
def execute(program): def execute(program):
import traceback, copy import traceback, copy
@ -125,6 +124,8 @@ def execute(program):
map(lambda a: _execute(a, lids, lfns), ctx) map(lambda a: _execute(a, lids, lfns), ctx)
) )
return ctx return ctx
idspace = {}
funcspace = {}
for strand in program: for strand in program:
try: _execute(strand, idspace, funcspace) try: _execute(strand, idspace, funcspace)
# _execute(strand) # _execute(strand)

Loading…
Cancel
Save