- First version. Released on an unsuspecting world.
- Implemented basic functionality of the interpreter. It includes static typing, static binding and even a simple standard library.
- Added 55 test cases, out of which 51 pass.
- Added examples of advanced algorithms such as mergesort.