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 71bb74f773
Merge branch 'ravi-compiler'
4 years ago
..
lapi.h issue #156 6 years ago
lauxlib.h issue #157 cleanup 4 years ago
lcode.h comments etc 5 years ago
lctype.h issue #156 6 years ago
ldebug.h issue #156 6 years ago
ldo.h issue #163 First attempt to implement a Go like defer statement 4 years ago
lfunc.h issue #163 Maintain optionality of defer statement 4 years ago
lgc.h issue #196 backport generational GC from Lua 5.4 4 years ago
llex.h issue #163 'defer' implementation now controlled via RAVI_DEFER_STATEMENT macro. This allows testing of performance with and without the 'defer' statement 4 years ago
llimits.h issue #157 Add Ravi api functions to return JIT name and options 4 years ago
lmem.h Comments 4 years ago
lobject.h Comment added aboit upvalues 4 years ago
lopcodes.h issue #163 'defer' implementation now controlled via RAVI_DEFER_STATEMENT macro. This allows testing of performance with and without the 'defer' statement 4 years ago
lparser.h issue #156 6 years ago
lprefix.h issue #156 6 years ago
lstate.h issue #196 backport generational GC from Lua 5.4 4 years ago
lstring.h issue #156 6 years ago
ltable.h issue #196 backport generational GC from Lua 5.4 4 years ago
ltm.h issue #156 6 years ago
lua.h issue #157 fix build error on windows 4 years ago
lua.hpp initial import 9 years ago
luaconf.h issue #157 Detail 4 years ago
lualib.h issue #198 WIP add interface to RaviCompiler project 4 years ago
lundump.h issue #156 6 years ago
lvm.h issue #195 number and integer conversions 4 years ago
lzio.h issue #156 6 years ago
ravi_alloc.h issue #151 adopt Doug Lea's allocator 6 years ago
ravi_arch.h issue #98 dump list of locals for each function, and start work on type checker 5 years ago
ravi_def.h issue #135 some cleanup 7 years ago
ravi_jit.h issue #157 fix build error on windows 4 years ago
ravi_jitshared.h Update copyright notices 4 years ago
ravi_llvm.h Fix travis build 4 years ago
ravi_llvmcodegen.h issue #195 number and integer conversions 4 years ago
ravi_membuf.h issue #98 function parameter parsing fix and a different attempt to output the parse tree 6 years ago
ravi_mirjit.h issue #198 WIP revise the api for compiling C code using MIR 4 years ago
ravi_profile.h issue #109 8 years ago