Skip to content

v1.0

Latest
Compare
Choose a tag to compare
@Pilusx Pilusx released this 27 Nov 03:10
  • 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.