Skip to content

v0.1-poc

Pre-release
Pre-release
Compare
Choose a tag to compare
@artgreen artgreen released this 10 Apr 17:55
· 130 commits to master since this 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.