Releases: sriharivishnu/Nova
Releases · sriharivishnu/Nova
Nova v0.3.3
What's New
- Shell functionality has been improved greatly
- Errors messages on all OS's have been fixed
Nova v0.3.2
- Added input functions
Nova v0.3.1
- Minor patches
- Renamed example
Nova v0.3.0
What's New?
- Added For Loops
- Minor Bug fixes + performance improvements
Nova v0.2.0
- Bug fixes
- Added return, continue, break statements.
- Fixed if/else conditions
- Improved shell vs file execution environment
Nova v0.1.2
- Fixed list index assignment bug
Nova v0.1.1
- Minor bug fix
- String to int conversion fix
Added Built-in Functions
What's New
- Added built-in functions such as print, sin, cos, sqrt, int(), str()
- Fixed string index to resolve to a string character instead of the integer equivalent
Added More Operators
- added modulo operator '%'
- added left shift and right shift binary operators '<<' and '>>'
- added binary not operator '~'
Improved First class functions + Array indexing
- Bug fixes
- code refactoring
- First class functions can be stored in array and called