Releases: NuruProgramming/Nuru
Releases · NuruProgramming/Nuru
Release v0.1.5
We've just released v0.1.5!
New Features:
- Add break and continue with keywords
susa
andendelea
- 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
orfanya
to initialize a variable - You can now define functions with either
fn()
orunda()
Initial Release
First release of Nuru Programming Language. Supported platforms are:
- Linux
- Windows
- Android (Termux)
Download the release for your platform.