From af7f85c4eb724f2888ecce9c8b52d6d3bb1cd807 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 27 Apr 2019 23:41:47 -0400 Subject: Moved JVM type machinery to stdlib. --- new-luxc/source/program.lux | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'new-luxc/source/program.lux') diff --git a/new-luxc/source/program.lux b/new-luxc/source/program.lux index de4445d5f..46462ab34 100644 --- a/new-luxc/source/program.lux +++ b/new-luxc/source/program.lux @@ -14,6 +14,9 @@ ["." dictionary]]] [world ["." file]] + [target + [jvm + ["$t" type]]] [tool [compiler [phase @@ -27,7 +30,6 @@ [lang [host ["_" jvm - ["$t" type] ["$d" def] ["$i" inst]]] [translation -- cgit v1.2.3