Skip to content

Release v0.1.5

Compare
Choose a tag to compare
@AvicennaJr AvicennaJr released this 16 Dec 07:27
· 432 commits to main since this release

We've just released v0.1.5!

New Features:

  • Add break and continue with keywords susa and endelea
  • Add operators Modulus (%), Power(**), Greater/Less than or equal to (>=/<=), Logical OR (||) and Logical AND (&&)
  • Ability to compare strings with == and !=
  • Ability to use both single and double quotes on strings
  • Added escape characters to string: \n, \t, \r, \", \\

Improvements:

  • Added line numbers for better error messages

Other Changes:

  • You can now use either acha or fanya to initialize a variable
  • You can now define functions with either fn() or unda()