aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/default/platform.lux
diff options
context:
space:
mode:
authorEduardo Julian2020-01-10 20:56:36 -0400
committerEduardo Julian2020-01-10 20:56:36 -0400
commitcf9e65352cb477982754c98fafe0a3a98a42670d (patch)
treed31fb6a6ba35803f736f743b44d8b5b68ceb9d75 /stdlib/source/lux/tool/compiler/default/platform.lux
parent4deb3fc67c9c0cbf04ec8ba7c21b1558b0b415cf (diff)
Re-located Lux's parser.
Diffstat (limited to 'stdlib/source/lux/tool/compiler/default/platform.lux')
-rw-r--r--stdlib/source/lux/tool/compiler/default/platform.lux6
1 files changed, 4 insertions, 2 deletions
diff --git a/stdlib/source/lux/tool/compiler/default/platform.lux b/stdlib/source/lux/tool/compiler/default/platform.lux
index 3c26cc232..c6df2955e 100644
--- a/stdlib/source/lux/tool/compiler/default/platform.lux
+++ b/stdlib/source/lux/tool/compiler/default/platform.lux
@@ -18,8 +18,10 @@
["." file (#+ File)]]]
["." // #_
["#." init]
- ["#." syntax]
["/#" //
+ [language
+ [lux
+ ["." syntax]]]
["#." analysis
[macro (#+ Expander)]]
["#." generation (#+ Buffer)]
@@ -151,7 +153,7 @@
{<State+>
state}
{(///.Compiler <State+> .Module Any)
- ((//init.compiler expander //syntax.prelude) //init.key (list))})]
+ ((//init.compiler expander syntax.prelude) //init.key (list))})]
(loop [module source-module
[archive state] [archive state]]
(if (archive.archived? archive module)