Skip to content

Version 0.2

Latest
Compare
Choose a tag to compare
@levkopo levkopo released this 15 Jul 20:14
481afb1

[user-dev]

  • Support for libraries written in lclang
  • Transition to a stricter system
  • Speed up (Fibonacci calculation: 23ms)
  • The introduction of a unique class id, the use of which speeds up the work of lclang
  • Reflection for classes (__id, __type, __extends, __prototype)

[dev]

  • Usage for class references is now via unique class id
  • Methods now return a class id and take arguments as a list of class ids
  • Introduction of Prototype to combine class information