Skip to content

Releases: artgreen/lua-iigs

v0.1-poc

10 Apr 17:55
Compare
Choose a tag to compare
v0.1-poc Pre-release
Pre-release

lua and luac tested on physical IIgs:

  • lua and luac -v return correctly
  • luac compiles test.lua to bytecode
  • luac can list a bytecode file
  • lua can execute test.lua and luac.out
  • lua can be run as REPL

lua and luac are much smaller now that we're creating a LIB for each and then linking against that.
occasionally lua and/or luac will abend on the physical IIgs but seem to run fine under GG and GSPlus.

v0.0.1-lolitworks

25 Mar 23:03
Compare
Choose a tag to compare
v0.0.1-lolitworks Pre-release
Pre-release

Initial port with just enough tuning to get it to run... something.

Full Changelog: https://github.com/artgreen/lua-iigs/commits/v0.0.1