Skip to content

Releases: rafael2k/lua

Release 0.4

06 Mar 19:38
Compare
Choose a tag to compare

Graphics routines contributed by @toncho11!
This is a release of the Lua 5.1.5 integer-only version.

There is also the experimental full Lua 5.5 (which includes floating point support), without changes from previous 0.3.

What's Changed

  • First implementation of VGA support. by @toncho11 in #3

New Contributors

Full Changelog: 0.3...0.4

Release 0.3

04 Mar 21:46
Compare
Choose a tag to compare

Better memory management. Lua now can run "life.lua" without running out-of-memory.

Lua 5.1.5 are integer only. Lua 5.5 is experimental, and use float (using OWC float library, so no FPU required).

Full Changelog: 0.2...0.3

Release 0.2

02 Mar 23:18
Compare
Choose a tag to compare

Full Changelog: 0.1...0.2

ELKS Lua v0.1

28 Feb 19:26
Compare
Choose a tag to compare

Compiled with OWC. Integer-only. All Lua modules available, except for mathlib.

Full Changelog: https://github.com/rafael2k/lua/commits/0.1