The full FFI support all the features of the light FFI and more:
import annotation on extern methods.
They are then generated on demand for the target foreign language.cflags, ldflags and cppflags pass arguments to the C and C++
compilers and linker.pkgconfig calls the pkg-config program to get the arguments
to pass to the C copiler and linker.extra_java_files adds Java source file to the compilation chain.cflags and ldflags to specify
extra_java_files to compile extra java files
nitc > interpreter > dynamic_loading_ffi
This group implement a partial support for the Nit FFI in the interpreter.nitc > interpreter > dynamic_loading_ffi
This group implement a partial support for the Nit FFI in the interpreter.