For example, this: ```lua ffi.cdef'long unsigned int x;' ffi.cdef'long signed int x;' ``` Will error `';' expected near 'unsigned'` Seems like the bug is here: https://github.com/q66/cffi-lua/blob/2621884230c9072ad77f7379609b74c9d6dbeb86/src/parser.cc#L2047
For example, this:
Will error
';' expected near 'unsigned'Seems like the bug is here:
cffi-lua/src/parser.cc
Line 2047 in 2621884