KtLox v1.1.0
KtLox v1.1.0 release with the following features
- Improved object model - Everything is an object, including nil, true, false, number, string, etc.
- Framework for writing Native functions and classes.
- Root class Object which serves as superclass of every class.
- Remove print statement and replace it by print/println native functions.