diff options
author | Eduardo Julian | 2022-06-12 20:05:43 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-12 20:05:43 -0400 |
commit | 1643be20cb10baf3cabcab502f0013b7faebe322 (patch) | |
tree | 4b4f4619921bf5749e404e7f644e5dfe30d69055 /lux-jvm | |
parent | 94c0bc5d12ed44540543bd6772d357baeb32bb45 (diff) |
Generalized macro-let.
Diffstat (limited to 'lux-jvm')
-rw-r--r-- | lux-jvm/source/program.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux index 82e5f400b..a22211aad 100644 --- a/lux-jvm/source/program.lux +++ b/lux-jvm/source/program.lux @@ -42,7 +42,7 @@ [analysis [macro (.only Expander)]] [phase - ["[0]" extension + ["[0]" extension (.only) ["[0]" analysis ["[1]" jvm]] ["[0]" generation @@ -50,7 +50,7 @@ ["[0]" directive ["[1]" jvm]]] [generation - ["/" jvm + ["/" jvm (.only) ["[1][0]" runtime (.only Anchor Definition)] ["[1][0]" host] ["[1][0]" program]]]]]]]]]] |