Risc Lua |
|
可在 http://www.wra1th.plus.com/lua/risclua.html 取得。目前版本 7.00。
使用 GCC 4.7.4 編譯,相容於 Armv7,具備 vfp。
相較於標準 Lua 的差異
local x,y,z in t
語法。`,$,?,!,@
可以在識別碼中使用。\
代表 function
,=>
代表 return
。x <op> = y
可用於 x = x <op> y
。此版本使用序言 (LUA_INIT_5_4),它強制執行使用時宣告全域變數:global.foo = bar。