From: Jean Privat Date: Tue, 6 Jan 2015 02:02:18 +0000 (-0500) Subject: Merge: Do compilation X-Git-Tag: v0.7.1~51 X-Git-Url: http://nitlanguage.org Merge: Do compilation refactorization: do in the Compiler classes what was in the ModelBuilder Just add a method `AbstractCompiler::do_compiling` that contains what the various `ModelBuilder::run_*_compiler` where doing. This simplifies `separate_erasure_compiler` since most the the code is just inherited. The specific type handling code is moved into a separate method `compile_types` Pull-Request: #1065 Reviewed-by: Alexis Laferrière --- 5dd4647d8788a02fe2d3117deaa7ee45af161aa6