nitg-s: renamed coloring module in layout_builders
authorAlexandre Terrasa <alexandre@moz-code.org>
Wed, 27 Feb 2013 17:23:13 +0000 (12:23 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Mon, 4 Mar 2013 18:20:01 +0000 (13:20 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/layout_builders.nit [moved from src/coloring.nit with 99% similarity]
src/separate_compiler.nit

similarity index 99%
rename from src/coloring.nit
rename to src/layout_builders.nit
index 5a65b8f..925e5e1 100644 (file)
@@ -12,8 +12,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Graph coloring tools
-module coloring
+# Table layout builders
+module layout_builders
 
 import abstract_compiler
 
index 639e6bc..5a76eb2 100644 (file)
@@ -16,7 +16,7 @@
 module separate_compiler
 
 import abstract_compiler
-intrude import coloring
+import layout_builders
 import rapid_type_analysis
 
 # Add separate compiler specific options