You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ravi/include
Dibyendu Majumdar 29f7c22f9c
implement pairs() for ravi arrays
9 years ago
..
lapi.h initial import 9 years ago
lauxlib.h initial import 9 years ago
lcode.h initial import 9 years ago
lctype.h initial import 9 years ago
ldebug.h initial import 9 years ago
ldo.h remove the conditional JIT compilation so that JIT compilation can be used in more scenarios 9 years ago
lfunc.h initial import 9 years ago
lgc.h initial import 9 years ago
llex.h initial import 9 years ago
llimits.h Merge branch 'master' of https://github.com/dibyendumajumdar/ravi 9 years ago
lmem.h initial import 9 years ago
lobject.h add type info to upvalues and enable new opcodes SETUPVALI etc. 9 years ago
lopcodes.h add type info to upvalues and enable new opcodes SETUPVALI etc. 9 years ago
lparser.h array opcodes for get/set 9 years ago
lprefix.h merge lua 5.3.0 rc3 and fix build on Ubuntu 9 years ago
lstate.h first attempt to make debug API skip JITed Lua functions - issue 16 9 years ago
lstring.h initial import 9 years ago
ltable.h implement pairs() for ravi arrays 9 years ago
ltm.h cleanup build issues 9 years ago
lua.h modifications to call JIT function 9 years ago
lua.hpp initial import 9 years ago
luaconf.h cleanup build issues 9 years ago
lualib.h add ravi jit api 9 years ago
lundump.h initial import 9 years ago
lvm.h debug API to skip JITed Lua functions - issue 16 9 years ago
lzio.h initial import 9 years ago
ravi_llvmcodegen.h implement specialised fornum loop for integer positive step 9 years ago
ravijit.h add copyright notice 9 years ago
ravillvm.h add API to enable JIT, set optlevel and sizelevel; set default auto mode to false 9 years ago