v0.1.1
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
andprint
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 intoMAJOR
,MINOR
,PATCHLEVEL
.