rlox/interpreter/tests/lox/field
2024-09-01 19:15:55 +02:00
..
call_function_field.lox added tests 2024-09-01 19:15:55 +02:00
call_nonfunction_field.lox added tests 2024-09-01 19:15:55 +02:00
get_and_set_method.lox added tests 2024-09-01 19:15:55 +02:00
get_on_bool.lox added tests 2024-09-01 19:15:55 +02:00
get_on_class.lox added tests 2024-09-01 19:15:55 +02:00
get_on_function.lox added tests 2024-09-01 19:15:55 +02:00
get_on_nil.lox added tests 2024-09-01 19:15:55 +02:00
get_on_num.lox added tests 2024-09-01 19:15:55 +02:00
get_on_string.lox added tests 2024-09-01 19:15:55 +02:00
many.lox added tests 2024-09-01 19:15:55 +02:00
method.lox added tests 2024-09-01 19:15:55 +02:00
method_binds_this.lox added tests 2024-09-01 19:15:55 +02:00
on_instance.lox added tests 2024-09-01 19:15:55 +02:00
set_evaluation_order.lox added tests 2024-09-01 19:15:55 +02:00
set_on_bool.lox added tests 2024-09-01 19:15:55 +02:00
set_on_class.lox added tests 2024-09-01 19:15:55 +02:00
set_on_function.lox added tests 2024-09-01 19:15:55 +02:00
set_on_nil.lox added tests 2024-09-01 19:15:55 +02:00
set_on_num.lox added tests 2024-09-01 19:15:55 +02:00
set_on_string.lox added tests 2024-09-01 19:15:55 +02:00
undefined.lox added tests 2024-09-01 19:15:55 +02:00