Skip to content

KtLox v1.1.0

Choose a tag to compare

@HallofFamer HallofFamer released this 15 Oct 22:03

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.