lua dynamic values implementation |
|
More...
|
about 9 years ago
|
remove debug dumping to header.luab; small refactor |
|
More...
|
about 9 years ago
|
flaw-lua readme |
|
More...
|
about 9 years ago
|
remove unnesessary _G |
|
More...
|
about 9 years ago
|
fix flaw-lua windows build |
|
More...
|
about 9 years ago
|
loadfile/dofile lua functions |
|
More...
|
about 9 years ago
|
compiling lua from source using lua reference implementation |
|
More...
|
about 9 years ago
|
extract reference lua implementation into separate package flaw-lua-refimpl |
|
More...
|
about 9 years ago
|
fast lua table length operator, plus eq fix |
|
More...
|
about 9 years ago
|
some more lua stdlib functions |
|
More...
|
about 9 years ago
|
add flaw-lua to CIs |
|
More...
|
about 9 years ago
|
started implementation of lua standard library |
|
More...
|
about 9 years ago
|
Show instance for LuaValue |
|
More...
|
about 9 years ago
|
support for lua __index, __newindex and __call metamethods |
|
More...
|
about 9 years ago
|
fix adjusting results when calling functions (set missing results to null) |
|
More...
|
about 9 years ago
|
explicit type annotation in OP_RETURN is not needed anymore, as unreachable OP_RETURNs are removed |
|
More...
|
about 9 years ago
|
remove LuaThread constructor; add luaValueShow method |
|
More...
|
about 9 years ago
|
OP_SETLIST lua opcode |
|
More...
|
about 9 years ago
|
dead code elimination and better readability of generated lua code |
|
More...
|
about 9 years ago
|
explicit error when compiling unsupported lua opcode (using 'top' state) |
|
More...
|
about 9 years ago
|
remove lua state |
|
More...
|
about 9 years ago
|
use quot and rem instead of div and mod in lua, as they are much faster |
|
More...
|
about 9 years ago
|
LuaBadOperation has method name, other fixes |
|
More...
|
about 9 years ago
|
remove debug traces from lua |
|
More...
|
about 9 years ago
|
add lua state, fix lua concat, support vararg, for loops, fix signed constants |
|
More...
|
about 9 years ago
|
lua work-in-progress |
|
More...
|
about 9 years ago
|
lua work-in-progress |
|
More...
|
about 9 years ago
|
Merge branch 'master' into flaw-lua |
|
More...
|
about 9 years ago
|
add text to extra-deps because of the problems with latest text version |
|
More...
|
about 9 years ago
|
apply some hlint suggestions to gl |
|
More...
|
about 9 years ago
|