refactor: using linked list for objects

This commit is contained in:
2024-08-29 23:05:49 +02:00
parent ab00c0f785
commit 96e8b1742c
5 changed files with 68 additions and 105 deletions

1
samples/hello_world.lox Normal file
View File

@ -0,0 +1 @@
print "hello world!";