stuta

Results 86 comments of stuta

I found CXTranslationUnit_SkipFunctionBodies from luaclang-parser.cpp and replaced it with 0. Now I can parse everything. This is a great library, thanks!

I'm using https://github.com/keplerproject/luafilesystem as a backup now - it works well. This is the only ffi code this far that does not work in arm.

I did build it yesterday, it's the latest.

Arm64 M1 works, but rosetta x64 is still missing the first character. Same problem every time. Wine x64 works. My wine does not support x86, but I can test it...

I have a very simple solution. Change this in Ino64 -branch and then these systems work. Tested and works: * OSX arm64 * OSX x64 * OSX x86 * Windows...

Now with Windows 11, we need also Windows arm64 solution in the future.

Code lib.strprint fails in Linux x64, fixed code: ```lua local function errno() return tostring(ffi.errno()) -- ffi_str(lib.strprint(ffi.errno())) end ```

I need support for Linux arm64 because we want to install to AWS Lambda function using arm processors. I installed AWS Linux using 'docker pull --platform linux/arm64 amazonlinux'. I tried...

I created a simple C program and created a new cdef with it using GCC -E, but I still got the same errors. Then I found this: https://github.com/torvalds/linux/blob/v4.17/include/uapi/asm-generic/unistd.h#L150. Syscall number...

Hello. This will help a lot. I have a IoT unversity course and I'm trying to do all Python code with Luajit. I already did binding to https://github.com/vsergeev/c-periphery but this...