VariableInitialization module¶
- 
class Interpreters.Variable.VariableInitialization.VariableInitialization(token_index: int, token_array=None)¶
- Bases: - Interpreters.Expression.Expression- 
check_type_value()¶
- Check the type of variable based on Value GLC 
 - 
current_token: Token¶
 - 
run_glc()¶
- Run the GLC of VariableInitialization and will return the node based on AST and custom logs. 
 - 
var_ini_glc()¶
- Check the GLC of VariableInitialization and return the Variable AST 
 - 
variable_type()¶
- Check the type of variable 
 
-