aboutsummaryrefslogtreecommitdiff
path: root/lux-r
diff options
context:
space:
mode:
authorEduardo Julian2022-06-26 12:55:04 -0400
committerEduardo Julian2022-06-26 12:55:04 -0400
commit3053fd79bc6ae42415298ee056a268dc2c9b690c (patch)
treea71ac65955b42978160087b933c962b27f85fbcc /lux-r
parent716ca5377386ca87eded7dd514ccc17f8ed281c3 (diff)
New "parser" hierarchy. [Part 4]
Diffstat (limited to 'lux-r')
-rw-r--r--lux-r/source/program.lux7
1 files changed, 3 insertions, 4 deletions
diff --git a/lux-r/source/program.lux b/lux-r/source/program.lux
index 356c54ff5..7b379d027 100644
--- a/lux-r/source/program.lux
+++ b/lux-r/source/program.lux
@@ -12,9 +12,7 @@
["[0]" exception (.only exception)]
["[0]" io (.only IO io)]
[concurrency
- ["[0]" promise (.only Promise)]]
- [parser
- ["<[0]>" code]]]
+ ["[0]" promise (.only Promise)]]]
[data
["[0]" text (.use "[1]#[0]" hash)
["%" \\format (.only format)]
@@ -25,7 +23,8 @@
["[0]" macro
[syntax (.only syntax)]
["[0]" template]
- ["[0]" code]]
+ ["[0]" code (.only)
+ ["<[1]>" \\parser]]]
[math
[number (.only hex)
["n" nat]