compile: add module compiling_writer to replace CContext
authorJean Privat <jean@pryen.org>
Fri, 29 Jan 2010 20:08:06 +0000 (15:08 -0500)
committerJean Privat <jean@pryen.org>
Mon, 15 Feb 2010 16:10:21 +0000 (11:10 -0500)
commit2468188ea2610642699d85880c5d12286c7d1545
tree9845c2d9d7c2bfae50b539657dd44c2f76032d80
parentb5b3bf30f2e8906b9f9fa87b0ed8c4a37f2332e4
compile: add module compiling_writer to replace CContext

It will helps to make the code generation more flexible and more efficient.
However, this patch does not change the generated C.

Signed-off-by: Jean Privat <jean@pryen.org>
src/compiling/compiling.nit
src/compiling/compiling_base.nit
src/compiling/compiling_global.nit
src/compiling/compiling_icode.nit
src/compiling/compiling_writer.nit [new file with mode: 0644]