Risc Lua |
|
Available at http://www.wra1th.plus.com/lua/risclua.html . Current version 7.00.
Compiled with GCC 4.7.4, Armv7 compatible, with vfp.
Differences from standard Lua:
local x,y,z in t
syntax.`,$,?,!,@
allowed in identifiers.\
for function
and =>
for return
.x <op> = y
can be used for x = x <op> y
.This version uses a preface (LUA_INIT_5_4) which enforces declaration of global variables: global.foo = bar, the first time they are used.