Kong is Done
Kong (the programming language I’m creating to write games with) is done.
Well… not quite 😛. The core language is done. I have a compiler, virtual machine, and garbage collector, and together they are passing my entire test suite.
This means I can move onto library design (specifically, getting SDL and OpenGL wired into Kong), and game development.
Hurray!