compile: add class compiling::CProgram to manage generated files
[nit.git] / src / program.nit
2010-02-15 Jean Privatcompile: add class compiling::CProgram to manage genera...
2010-01-22 Jean Privatmetamodel: lazily compute global properties
2010-01-11 Jean-Sebastien Gelinastools: add a function to go through every classes in...
2010-01-11 Jean-Sebastien Gelinastools: add a function to go through every methods in...
2010-01-11 Jean-Sebastien Gelinastools: add a function to go through every IRoutines...
2009-09-11 Jean-Sebastien Gelinascompile: move some class processing to program to do...
2009-09-01 Jean-Sebastien Gelinascompile: add command line option to disable SFT optimiz...
2009-09-01 Jean-Sebastien Gelinascompile: when in global compilation, compile to _glob...
2009-09-01 Jean-Sebastien Gelinascompile: move 'global' option to program instead of...
2009-09-01 Jean-Sebastien Gelinascompile: add ToolContext to Program
2009-09-01 Jean-Sebastien Gelinascompile: move management and generation of iroutines...
2009-08-19 Jean-Sebastien Gelinastools: add entrypoint information to the program
2009-08-19 Jean-Sebastien Gelinascompile: add 'Program' class to represent a nit program