aboutsummaryrefslogtreecommitdiff
path: root/new-luxc
diff options
context:
space:
mode:
authorEduardo Julian2019-03-03 02:38:11 -0400
committerEduardo Julian2019-03-03 02:38:11 -0400
commit539ad81bbb9034e41e6ca8f5445a9dd239c60be1 (patch)
tree0bf0a4a2189254a49212a7b5dd6dd6531d8071e7 /new-luxc
parent56219b002c43690e74e3e0c88fed32143dcc7e28 (diff)
Macros are used for analysis and statements, so they shouldn't belong to analysis.
Diffstat (limited to 'new-luxc')
-rw-r--r--new-luxc/source/program.lux7
1 files changed, 3 insertions, 4 deletions
diff --git a/new-luxc/source/program.lux b/new-luxc/source/program.lux
index c4fe26e0b..d576e89ae 100644
--- a/new-luxc/source/program.lux
+++ b/new-luxc/source/program.lux
@@ -13,8 +13,7 @@
["." cli]
["/" program]
[phase
- [analysis
- [".A" macro]]
+ ["." macro]
["." translation
[".T" js
[".JS" runtime]
@@ -56,5 +55,5 @@
#platform.runtime runtimeJS.translate})))
(program: [{service cli.service}]
- ## (/.compiler ..js commonJVM.bundle service)
- (/.compiler macroA.jvm ..js extensionJS.bundle service))
+ ## (/.compiler macro.jvm ..jvm commonJVM.bundle service)
+ (/.compiler macro.jvm ..js extensionJS.bundle service))