1
I Use This!
Very Low Activity

Commits : Listings

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