aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-12-19 20:56:06 -0400
committerEduardo Julian2022-12-19 20:56:06 -0400
commit240a4465157bb903dd2a3ee4cdc28aadf09f8dcb (patch)
tree018925b984a788afdd343262010041492978394c /lux-jvm/source/program.lux
parentc2830c26e55da02ac628be9a220cd824264cdc9e (diff)
Added price-action abstraction.
Diffstat (limited to 'lux-jvm/source/program.lux')
-rw-r--r--lux-jvm/source/program.lux3
1 files changed, 1 insertions, 2 deletions
diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux
index e1a719718..a6c07bbd4 100644
--- a/lux-jvm/source/program.lux
+++ b/lux-jvm/source/program.lux
@@ -23,7 +23,6 @@
["[1]/[0]" type
["[1]/[0]" box]]]]
[compiler (.only)
- ["[0]" phase]
[default
["[0]" platform (.only Platform)]]
[meta
@@ -37,7 +36,7 @@
[translation (.only Operation)]
[analysis
[macro (.only Expander)]]
- [phase
+ ["[0]" phase (.only)
["[0]" extension (.only)
["[0]" analysis
["[1]" jvm]]