abstract_compiler: attach compiler and toolchain
authorJean Privat <jean@pryen.org>
Fri, 29 May 2015 14:21:32 +0000 (10:21 -0400)
committerJean Privat <jean@pryen.org>
Fri, 29 May 2015 14:35:07 +0000 (10:35 -0400)
commit8370af0d364872031b3523386137c9824a4811e6
tree74ade96651e3e80ade9d955ac0c9f8747fd31be7
parent74fcf3e4293e3685f5a778b42d9bfc07682c4442
abstract_compiler: attach compiler and toolchain

The role of the Compiler is to know how to compile Nit programs in C.
The role of the Toolchain is to know where to save C file and how to compile them

Signed-off-by: Jean Privat <jean@pryen.org>
src/compiler/abstract_compiler.nit
src/compiler/compiler_ffi/light.nit