Risc Lua |
|
Available at http://www.wra1th.plus.com/lua . Current version 5.70.
Compiled with Norcroft v.5.61, linked with the shared Clib. Armv7 compatible.
Differences from standard Lua:
#define LUA_NUMBER int
math
library, but bitwise operators ~
(not), &
(and), |
(or), ^^
(xor) and shifts <<
, >>
instead.final
library uses Diego Nehab's ideas for protect
and clean
.riscos
library provides garbage collectible blocks of memory with dim
and block
, indirection operators !,?,$, software interrupts with sys
, directory iterator dir
and filetype
.bc
library provides arbitrary size numbers.local x,y,z in t
syntax.`,$,?,!,@
allowed in identifiers.\
for function
and =>
for return
. lpeg
0.12 library.x <op> = y
can be used for x = x <op> y
.