@@ -0,0 +1,2 @@
l = [[0, 1], [2, 3]]
print(l[0][0])
@@ -50,8 +50,10 @@ NEGATE_AST = 5
index = 0
print("here")
def current ():
return tokens[index][0]
return (tokens[index])[0]
def eat(token):
global index
The note is not visible to the blocked user.