diff options
author | Eduardo Julian | 2023-01-05 02:33:52 -0400 |
---|---|---|
committer | Eduardo Julian | 2023-01-05 02:33:52 -0400 |
commit | ab1829d77c7d12af344af68d6c50d391f1126640 (patch) | |
tree | eb7a228fbe22a7631272e14b5ac6743c64dafaee /lux-lua | |
parent | 3ca054b6b992e2233d763aabc5c938ee10d116a4 (diff) |
Compilation of simple literals in C++.
Diffstat (limited to 'lux-lua')
-rw-r--r-- | lux-lua/source/program.lux | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lux-lua/source/program.lux b/lux-lua/source/program.lux index a1760781c..8f2017512 100644 --- a/lux-lua/source/program.lux +++ b/lux-lua/source/program.lux @@ -34,7 +34,6 @@ ["@" target (.only) ["_" lua]] ["[0]" compiler - ["[0]" phase (.only Operation Phase)] [reference [variable (.only Register)]] [language @@ -43,7 +42,7 @@ [translation (.only Host)] [analysis [macro (.only Expander)]] - [phase + ["[0]" phase (.only Operation Phase) ["[0]" extension (.only Extender Handler) ["[0]" analysis ["[1]" lua]] |