compile: add 'Program' class to represent a nit program
authorJean-Sebastien Gelinas <calestar@gmail.com>
Mon, 3 Aug 2009 21:13:21 +0000 (17:13 -0400)
committerJean Privat <jean@pryen.org>
Wed, 19 Aug 2009 17:13:39 +0000 (13:13 -0400)
commit7afbe408e39824030584400ac309972545d4db83
tree11c0f4dc5c06ee0e274fe1d6fb207692748a9c21
parentb2e244e8032d6e8ee3589806f3d1c5b632e5b12b
compile: add 'Program' class to represent a nit program

Signed-off-by: Jean-Sebastien Gelinas <calestar@gmail.com>
Signed-off-by: Jean Privat <jean@pryen.org>
src/compiling/compiling.nit
src/compiling/compiling_global.nit
src/nitc.nit
src/program.nit [new file with mode: 0644]