nitg: intro the common_ffi module and support for the C language
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 28 Nov 2013 19:19:04 +0000 (14:19 -0500)
committerJean Privat <jean@pryen.org>
Mon, 17 Feb 2014 19:08:38 +0000 (14:08 -0500)
commit83d0a4196199f373c5f15cd552e468c3eeb2971e
treef59a8b32b711f5e6a8074bfd985588000b020665
parent05822b68bd3588b6dc7305f0dc5bbf030b63aba1
nitg: intro the common_ffi module and support for the C language

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
src/c_tools.nit
src/common_ffi/c.nit [new file with mode: 0644]
src/common_ffi/common_ffi.nit [new file with mode: 0644]
src/common_ffi/extern_classes.nit [new file with mode: 0644]
src/common_ffi/ffi_base.nit [new file with mode: 0644]
src/common_ffi/header_dependency.nit [new file with mode: 0644]