VariableExpression module

class Interpreters.Variable.VariableExpression.VariableExpression(token_index: int, token_array=None)

Bases: Interpreters.Expression.Expression

current_token: Tokens.Token.Token
run_glc()

Run the GLC of VariableExpression and will return the node based on BinOp and custom logs.

var_exp()

Run the GLC of VariableDeclaration and VariableInitialization and return the result.