rlox/interpreter/tests/lox/variable
2024-09-02 15:35:40 +02:00
..
collide_with_parameter.lox autogenerate test suite 2024-09-02 15:35:40 +02:00
duplicate_local.lox added tests 2024-09-01 19:15:55 +02:00
duplicate_parameter.lox added tests 2024-09-01 19:15:55 +02:00
early_bound.lox added tests 2024-09-01 19:15:55 +02:00
in_middle_of_block.lox added tests 2024-09-01 19:15:55 +02:00
in_nested_block.lox added tests 2024-09-01 19:15:55 +02:00
local_from_method.lox added tests 2024-09-01 19:15:55 +02:00
redeclare_global.lox added tests 2024-09-01 19:15:55 +02:00
redefine_global.lox added tests 2024-09-01 19:15:55 +02:00
scope_reuse_in_different_blocks.lox added tests 2024-09-01 19:15:55 +02:00
shadow_and_local.lox added tests 2024-09-01 19:15:55 +02:00
shadow_global.lox added tests 2024-09-01 19:15:55 +02:00
shadow_local.lox added tests 2024-09-01 19:15:55 +02:00
undefined_global.lox added tests 2024-09-01 19:15:55 +02:00
undefined_local.lox added tests 2024-09-01 19:15:55 +02:00
uninitialized.lox added tests 2024-09-01 19:15:55 +02:00
unreached_undefined.lox updated tests 2024-09-01 20:47:52 +02:00
use_false_as_var.lox added tests 2024-09-01 19:15:55 +02:00
use_global_in_initializer.lox updated tests 2024-09-01 20:47:52 +02:00
use_local_in_initializer.lox added tests 2024-09-01 19:15:55 +02:00
use_nil_as_var.lox added tests 2024-09-01 19:15:55 +02:00
use_this_as_var.lox added tests 2024-09-01 19:15:55 +02:00