PrintExpression module

class Interpreters.Print.PrintExpression.PrintExpression(token_index: int, token_array=None)

Bases: Interpreters.Expression.Expression

check_value_params()

Will check the value params based on Values GLC

current_token: Tokens.Token.Token
print_glc()

Check the GLC of PrintExpression and return the Print AST

run_glc()

Run the PrintExpression of Values, checking every possible operation and will return the node and custom logs.