iru-

Results 8 issues of iru-

There are at least two differing semantics for IF and the words that build on it: 1. **classical**: IF consumes the top of the stack and branches on false (usually...

enhancement
help wanted

`np.walk` should probably return a status, instead of raising an error as in https://github.com/iru-/lua9p/blob/master/9p.lua#L363.

enhancement

Currently the code space on x86_64 is always mapped as rwx. It would be nice to have it r-x when executing and rw- when compiling.

enhancement

As a variadic argument, it should be stored in the stack, not on a register.