aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-04-27 23:41:47 -0400
committerEduardo Julian2019-04-27 23:41:47 -0400
commitaf7f85c4eb724f2888ecce9c8b52d6d3bb1cd807 (patch)
tree9d2b80257b5c82ebcc9f17bd32e9771ea51cc708 /new-luxc/source/program.lux
parentaa7f1d12ae98da9726bf8bbdd3c494a671e3f94b (diff)
Moved JVM type machinery to stdlib.
Diffstat (limited to 'new-luxc/source/program.lux')
-rw-r--r--new-luxc/source/program.lux4
1 files changed, 3 insertions, 1 deletions
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