nit
nit copied to clipboard
Cleanup legacy FFI
The legacy FFI is great for bootstraping reasons. But it could be improved and simplified while letting hard-core FFI stuff to the full blown FFI system.
@xymus it seems that the only remaining usage of the legacy ffi is the generated src/parser/table* files. Do you have any proposal on how to implement them with the light ffi?