diff options
author | Eduardo Julian | 2022-06-29 03:15:23 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-29 03:15:23 -0400 |
commit | 664e02d1b5e5aa479869c4e17ec4128f5cfd04e2 (patch) | |
tree | 7111d48d8a728ea30abfb6adb104425f61d65585 /stdlib/source/parser | |
parent | 5232f0701cd95f260005a65d220a361dd71b6b96 (diff) |
New "parser" hierarchy. [Part 6]
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/parser/lux/world/environment.lux (renamed from stdlib/source/library/lux/control/parser/environment.lux) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/control/parser/environment.lux b/stdlib/source/parser/lux/world/environment.lux index df9bf0fbc..33089f2a3 100644 --- a/stdlib/source/library/lux/control/parser/environment.lux +++ b/stdlib/source/parser/lux/world/environment.lux @@ -2,6 +2,7 @@ [library [lux (.except) [control + ["//" parser] ["[0]" try (.only Try)] ["[0]" exception (.only exception)]] [data @@ -9,8 +10,7 @@ ["[0]" text (.only) ["%" \\format (.only format)]] [collection - ["[0]" dictionary (.only Dictionary)]]]]] - ["[0]" //]) + ["[0]" dictionary (.only Dictionary)]]]]]) (type .public Property Text) |