luajit-tcc icon indicating copy to clipboard operation
luajit-tcc copied to clipboard

Tiny C Compiler 0.9.26 binding for LuaJIT

Results 1 luajit-tcc issues
Sort by recently updated
recently updated
newest added

if using TCC 0.9.27 instead of 0.9.26, ``TCC_OUTPUT_XXX`` starts from 1 instead of 0 in ``libtcc.h``. and ``tcc.lua`` will have to be updated to : ```` const.output_memory = 1 const.output_exe...