diff options
author | Eduardo Julian | 2020-01-10 20:56:36 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-01-10 20:56:36 -0400 |
commit | cf9e65352cb477982754c98fafe0a3a98a42670d (patch) | |
tree | d31fb6a6ba35803f736f743b44d8b5b68ceb9d75 /stdlib/source/lux/tool/compiler/default/platform.lux | |
parent | 4deb3fc67c9c0cbf04ec8ba7c21b1558b0b415cf (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.lux | 6 |
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) |