Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Releases: koi-lang/Nishi

Nishi v0.20.5-alpha

31 Jan 13:33
Compare
Choose a tag to compare
Nishi v0.20.5-alpha Pre-release
Pre-release

Nishi-0.20.5-alpha

  • Added class access
  • Updated grammar to support class type parameters
  • Fixed #34
  • Fixed #33
  • Fixed #35
  • Changed fail-safe return type to "var"
  • Fixed #36

Nishi v0.18.6-alpha

30 Jan 15:53
Compare
Choose a tag to compare
Nishi v0.18.6-alpha Pre-release
Pre-release

Nishi-0.18.6-alpha

  • Fixed #24
  • Fixed #26
  • Added floating point numbers
  • Updated if statements
  • Changed access syntax
  • Updated import statements
  • Added static blocks
  • Added import blocks
  • Added literal strings
  • Added multiline strings
  • Changed how the print statement works
  • Added a print line statement

Nishi v0.12.6-alpha

29 Jan 12:45
Compare
Choose a tag to compare
Nishi v0.12.6-alpha Pre-release
Pre-release

Nishi-0.12.6-alpha

  • Added an argument for pretty printing
  • Fixed #22
  • Added function parameters
  • Fixed function parameters
  • Added return statements
  • Improved function parameters
  • Added if statements
  • Removed default imports
  • Updated transpiled print statements
  • Added a default return type to functions
  • Added import statements
  • Added function calls
  • Fixed #23

Nishi v0.6.1-alpha

28 Jan 14:19
Compare
Choose a tag to compare
Nishi v0.6.1-alpha Pre-release
Pre-release

Nishi-0.6.1-alpha

  • Added classes
  • Added class methods
  • Added variables
  • Added private blocks
  • Added public blocks
  • Added print statements
  • Improved variable type detection