Skip to content

Releases: bayerf42/Lox68k

v1.4.0

30 Dec 20:33
Compare
Choose a tag to compare

New 'case' statement.
Many fixes and improvements.

Lox68k V1.3

04 Jun 12:51
Compare
Choose a tag to compare
  • Many optimizations
  • Standard library
  • More documentation

V1.2

14 Jan 13:13
Compare
Choose a tag to compare

Support for floating point numbers.
Hashtable iterators.

v1.1

27 Nov 11:17
Compare
Choose a tag to compare

Added varargs.

The last parameter in a function may be prefixed by .. and will receive a list of remaining arguments when being called.
OTOH, when calling a function, the .. prefix splices a list as arguments onto the stack.

v1.0.9

24 Oct 20:56
Compare
Choose a tag to compare

Various optimizations.

Add lambdas.

05 Oct 23:52
Compare
Choose a tag to compare

Minor fixes, add lambdas.

v1.0.6

29 Sep 19:27
Compare
Choose a tag to compare

Minor fixes.

v1.0.4

15 Sep 18:20
Compare
Choose a tag to compare

Changed outdated URLs.

Minor fixes.

07 Sep 19:33
Compare
Choose a tag to compare

Minor fixes.

v1.0

16 Aug 19:50
Compare
Choose a tag to compare

Fix line number in backtrace on interrupt.