TsT
TsT
1) Case without the issue ```lua local function foo() local a = 123 local b = a or 456 -- here there is "or a value" return b end print(foo())...
It seems a typo. It was ignored by lua 5.1 but it raise an error with lua 5.2.
just add some missing `%` before dot.
Hello, `jq` is a already powerfull enough for most of use. it does not need new release too often but ... There are lot of PR for bugfixes and interesting...
I take whitelist IPs from a plaintext file. I'm trying to resolv entries, but some of them are already IP or IP-range (CIDR). I would like to have: ``` @def...
Hello, I made test between raptorjit 1.0.0 and 1.0.3. I got source from git using corresponding tags. After install I was surprised to discovered a `bin/raptorjit-1.0.0` in my `1.0.3` path....
Hello everybody, Related to the [Idea: Remove Lua C-API](https://github.com/raptorjit/raptorjit/issues/236) discuss... If the Lua C-API is dropped, The FFI will get a king place. Lot of Lua module/lib will be unusable,...
FYI, I found an existing comparison about FFI overhead, I shared it! * https://github.com/dyu/ffi-overhead/blob/master/README.md For now I suppose RaptorJIT will follow the result of LuaJIT, right ?