Skip to content

Releases: sriharivishnu/Nova

Nova v0.3.3

12 Oct 19:40
598f292
Compare
Choose a tag to compare

What's New

  • Shell functionality has been improved greatly
  • Errors messages on all OS's have been fixed

Nova v0.3.2

10 Oct 20:37
b9e53ae
Compare
Choose a tag to compare
  • Added input functions

Nova v0.3.1

10 Oct 19:58
4f4900d
Compare
Choose a tag to compare
  • Minor patches
  • Renamed example

Nova v0.3.0

10 Oct 19:45
92098ce
Compare
Choose a tag to compare

What's New?

  • Added For Loops
  • Minor Bug fixes + performance improvements

Nova v0.2.0

09 Oct 18:33
f2debe6
Compare
Choose a tag to compare
  • Bug fixes
  • Added return, continue, break statements.
  • Fixed if/else conditions
  • Improved shell vs file execution environment

Nova v0.1.2

08 Oct 08:56
501b51c
Compare
Choose a tag to compare
  • Fixed list index assignment bug

Nova v0.1.1

05 Oct 20:22
Compare
Choose a tag to compare
  • Minor bug fix
  • String to int conversion fix

Added Built-in Functions

05 Oct 18:52
e327694
Compare
Choose a tag to compare

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

02 Oct 04:52
d62b142
Compare
Choose a tag to compare
  • added modulo operator '%'
  • added left shift and right shift binary operators '<<' and '>>'
  • added binary not operator '~'

Improved First class functions + Array indexing

30 Sep 22:07
0d058a3
Compare
Choose a tag to compare
  • Bug fixes
  • code refactoring
  • First class functions can be stored in array and called