aboutsummaryrefslogtreecommitdiff
path: root/lux-js/source
diff options
context:
space:
mode:
authorEduardo Julian2023-01-07 18:55:20 -0400
committerEduardo Julian2023-01-07 18:55:20 -0400
commitae2d5697d93a45dcbff768c32c4dc8fb291096cd (patch)
tree027d732be6a126d41d6265e595627b768daac29a /lux-js/source
parent06f5b1c544ad27eecfbc7cc9b3bd7591f9e33423 (diff)
Now wrapping C++ values inside a universal box.
Diffstat (limited to 'lux-js/source')
-rw-r--r--lux-js/source/program.lux3
1 files changed, 1 insertions, 2 deletions
diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux
index 527ca0b73..7754db366 100644
--- a/lux-js/source/program.lux
+++ b/lux-js/source/program.lux
@@ -37,7 +37,6 @@
["^" pattern]
["[0]" template]]
[compiler
- ["[0]" phase (.only Operation Phase)]
[reference
[variable (.only Register)]]
[language
@@ -46,7 +45,7 @@
[translation (.only Host)]
[analysis
[macro (.only Expander)]]
- [phase
+ ["[0]" phase (.only Operation Phase)
["[0]" extension (.only Extender Handler)
["[0]" analysis
["[1]" js]]