Skip to content

v0.6.1

Latest

Choose a tag to compare

@loscoala loscoala released this 17 Mar 16:35
0e95030

Improvements:

  • go 1.25
  • Reset the state of labels before each compile
  • Use of $HOME/.config as compile directory and stdlib folder
  • DEC bytecode added
  • syscall 8 "read" added
  • OOP with classes using the "class" word added (including inheritance)
  • Macros and bytecode vm for macros using the "inline" word added
  • stdlib now contains classes like list, array etc.
  • Code optimization added for ADI, MLI, SBI, DVI
  • while!, for! as macro added
  • shell macro syntax added. like | cmd arg1 arg2 arg3 ... $$