Interpreter module

class Interpreters.Interpreter.Interpreter(lexer, token_array=None)

Bases: Interpreters.Expression.Expression

current_token: Token
error()

Raise the custom exception

parser()

Run the parser of GLCs and append the AST results

run_parser()

Run all GLCs in different classes and get the return of each one