Skip to content

Releases: Slord6/Spice

Spice 1.1.1

04 Dec 20:08
Compare
Choose a tag to compare
  • Lexer now correctly identifies CLR as an operator (Resolving #2)
  • SWI can now jump to line 0 (Resolving #5)

Spice 1.1.0

21 Dec 17:45
Compare
Choose a tag to compare
  • Fixed NUL not being recognised as an Op
  • Added passing array as single value to module with ^ (LOD .\module.spice ^input result) rather than flattening for assignment
  • Added new LEN op (LEN arr length)
  • Added support for bundled standard library, and a couple of standard modules (LOD std::min.spice input result)

Spice 1.0

30 Oct 22:37
Compare
Choose a tag to compare

First release of Spice interpreter.