src: use `ASuperExpr::mpropdef` instead of asking the frame or visitors
[nit.git] / src / separate_compiler.nit
2012-11-07 Jean PrivatMerge remote-tracking branch 'alexandre/at/sep' into wip
2012-11-07 Alexandre Terrasanitg-sep: add test type against formal parameter type
2012-11-06 Jean Privatnitg-s: implements a basic SeparateCompilerVisitor...
2012-11-06 Jean Privatnitg-s: aborts with NOT YET IMPLEMENTED on TODO stuff
2012-11-06 Alexandre Terrasanitg-sep: refactor coloring
2012-10-31 Jean Privatnitg: implement class_name as a compiler service
2012-10-31 Jean Privatnitg: implement is_same_type as a compiler service
2012-10-31 Jean Privatnitg: fix visibility so global_compiler do not need...
2012-10-30 Jean Privatnitgs: detect uninitialized attribute
2012-10-30 Jean Privatnitgs: workaround for primitive attributes
2012-10-30 Jean Privatnitgs: add VirtualRuntimeFunction for method on primitive
2012-10-30 Jean Privatnitgs: use the real type of self in SeparateRuntimeFunction
2012-10-30 Jean Privatnitgs: add BOX functions, primitive instances and fix...
2012-10-30 Jean Privatnigs: fix class field in instance: it is names class...
2012-10-30 Jean Privatnitgs: move structure to the .h
2012-10-30 Jean Privatnitgsep: use mtype.c_name instead of mclass.name as...
2012-10-30 Jean Privatnitg: factorize logic of AbstractRuntimeFunction::c_name
2012-10-30 Jean Privatnitg: rename RuntimeFunction to AbstractRuntimeFunction
2012-10-30 Alexandre Terrasanitg sep: refactoring of coloring fonctionnalities
2012-10-27 Alexandre Terrasanitg --separate: generate C for call and attributes
2012-10-27 Alexandre Terrasaseparate_compiler: add properties coloration
2012-10-11 Jean Privatnitg: ad hoc separate compiler stub module