Kayne Ruse
ff13b5cf38
Implemented print keyword and associated tests
2024-10-07 12:13:06 +11:00
Kayne Ruse
5cf2e70b7d
Implemented 'Toy_Table' hashtable with robin hood algorithm, untested
2024-10-03 16:33:47 +10:00
Kayne Ruse
53b0fc158c
Tweaked README.md, and some comments
...
I have an idea for the data structures...
2024-10-01 15:56:40 +10:00
Kayne Ruse
c518960171
Toy_VM and Toy_Stack are working and tested, read more
...
At this point, only a minimal number of operations are working, and
after running any kind of source code, the 'result' is simply left on
the VM's stack. Still, it's awesome to see it reach this point.
2024-09-27 15:12:37 +10:00
Kayne Ruse
0504f4af8b
Began writing Toy_VM, read more
...
Toy_VM and Toy_Stack are both considered WIP, and neither has any tests
yet.
2024-09-26 17:17:18 +10:00
Kayne Ruse
5fd933a15e
Implemented AST, ensured bucket memory worked
2024-09-10 20:25:01 +10:00
Kayne Ruse
81417e7f32
Implemented bucket memory structure for custom allocators
2024-09-07 19:47:02 +10:00
Kayne Ruse
e6ad46f1ff
Wrote value, chunk, memory sections, tested value
...
chunk and memory remain untested for now
2024-08-13 23:42:14 +10:00