diff options
author | Eduardo Julian | 2020-01-10 20:56:36 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-01-10 20:56:36 -0400 |
commit | cf9e65352cb477982754c98fafe0a3a98a42670d (patch) | |
tree | d31fb6a6ba35803f736f743b44d8b5b68ceb9d75 /stdlib/source/program/compositor | |
parent | 4deb3fc67c9c0cbf04ec8ba7c21b1558b0b415cf (diff) |
Re-located Lux's parser.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/compositor.lux | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux index 8324df002..4faa66057 100644 --- a/stdlib/source/program/compositor.lux +++ b/stdlib/source/program/compositor.lux @@ -35,8 +35,10 @@ ["." phase [extension (#+ Extender)]] [default - ["." platform (#+ Platform)] - ["." syntax]] + ["." platform (#+ Platform)]] + [language + [lux + ["." syntax]]] [meta ["." archive (#+ Archive)]]] ## ["." interpreter] |