Skip to content

v0.1.1

Compare
Choose a tag to compare
@mertyildiran mertyildiran released this 15 Dec 23:51
· 353 commits to master since this release
2afc0ab

Changelog:

  • Fixed the bug that causing incorrect results for relational operators on integer variables.
  • Added a missing line feed in the compiler's stdout.
  • Fixed a stack overflow caused by the recursive functions in the compiler.
  • Changed the regex for matching the string literals.
  • Fixed the issues arround echo and print statements.
  • Fixed a bug related to long options.
  • Disabled printing greet and bye bye messages in case of piped stdin a.k.a. tty.
  • Removed some unnecessary code and added #include <math.h> into the generated C code. (compiler)
  • Added -Wall and -pedantic flags to all compile commands.
  • Fixed the wrong relation_operators_size value.
  • Separate the __KAOS_LANGUAGE_VERSION__ macro into MAJOR, MINOR, PATCHLEVEL.