crafting-interpreters/lox
2025-05-30 12:37:09 +02:00
..
bf.lox set empty prompt for bf interpreter, gol uses its own 2025-05-30 12:37:09 +02:00
class_fields.lox implement chapter 13 in rust! 2025-05-26 10:19:18 +02:00
class_instance.lox implement chapter 13 in rust! 2025-05-26 10:19:18 +02:00
class_methods.lox implement chapter 13 in rust! 2025-05-26 10:19:18 +02:00
class_name.lox implement chapter 13 in rust! 2025-05-26 10:19:18 +02:00
class_this.lox implement chapter 13 in rust! 2025-05-26 10:19:18 +02:00
error.lox add ast printer 2025-05-27 09:22:29 +02:00
fibonacci.lox fix resolving of vars 2025-05-28 09:21:59 +02:00
fibonacci_timed.lox implement chapter 13 in rust! 2025-05-26 10:19:18 +02:00
for_closure_in_body_lox add ast printer 2025-05-27 09:22:29 +02:00
init.lox implement chapter 13 in rust! 2025-05-26 10:19:18 +02:00
init_early_return.lox implement chapter 13 in rust! 2025-05-26 10:19:18 +02:00
init_return.lox implement chapter 13 in rust! 2025-05-26 10:19:18 +02:00
name_redefinition.lox implement chapter 11 in rust 2025-05-25 10:52:20 +02:00
nested_while.lox wip 2025-05-28 09:05:18 +02:00
read_ascii.lox finish bf interpreter 2025-05-28 21:28:25 +02:00
read_file.lox add veeery simple file reading 2025-05-26 13:58:45 +02:00
scope.lox wip 2025-05-28 09:05:18 +02:00
scoping.lox implement chapter 11 in rust 2025-05-25 10:52:20 +02:00
self_inheritance.lox implement chapter 13 in rust! 2025-05-26 10:19:18 +02:00
shadow_local.lox add ast printer 2025-05-27 09:22:29 +02:00
simple_for.lox wip 2025-05-28 09:05:18 +02:00
simple_while.lox wip 2025-05-28 09:05:18 +02:00
super_call.lox implement chapter 13 in rust! 2025-05-26 10:19:18 +02:00
super_without_superclass.lox implement chapter 13 in rust! 2025-05-26 10:19:18 +02:00
superclass_method.lox implement chapter 13 in rust! 2025-05-26 10:19:18 +02:00
superclass_not_class.lox implement chapter 13 in rust! 2025-05-26 10:19:18 +02:00
top_level_return.lox implement chapter 11 in rust 2025-05-25 10:52:20 +02:00