Skip to content

Releases: NuruProgramming/Nuru

Release v0.1.5

16 Dec 07:27
Compare
Choose a tag to compare

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()

Initial Release

13 Dec 15:00
Compare
Choose a tag to compare

First release of Nuru Programming Language. Supported platforms are:

  • Linux
  • Windows
  • Android (Termux)

Download the release for your platform.