Added support for negative variables in the tokenizer and ptoken object.
This commit is contained in:
@@ -6,7 +6,6 @@ from collections import deque
|
||||
debug = False
|
||||
|
||||
def calculate_results(tokens):
|
||||
tokenizer.print_token_list(tokens)
|
||||
return process_tokens(convert_to_deque(tokens), True)
|
||||
|
||||
def process_tokens(tokens, top_level = False):
|
||||
|
||||
Reference in New Issue
Block a user