This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
__author__ = 'RemiZOffAlex'
|
||||
__email__ = 'remizoffalex@mail.ru'
|
||||
|
||||
|
||||
class State:
|
||||
def __init__(self):
|
||||
self.variables = {}
|
||||
self.environments = {}
|
||||
self.scopes = {'root': {}}
|
||||
self.current = 'root'
|
||||
self.closures = []
|
||||
Reference in New Issue
Block a user