Skip to content

Ulto-v1.0.1

Latest
Compare
Choose a tag to compare
@thepercyj thepercyj released this 27 Aug 13:49
  • added support for curly brackets and indent/dedent for codeblock start and end in loop, conditional constructs.
  • added precompiled shared library file built in C to offload frequent executions to be handled by precompiled shared library where as the remaining by interpreter itself
  • added tests data's results and examples for benchmark testing for programming languages.
  • fixed some bugs related to loops not ending properly after executed.
  • added for loop, compound assignments and break statements.