diff options
author | Eduardo Julian | 2022-06-26 12:55:04 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-26 12:55:04 -0400 |
commit | 3053fd79bc6ae42415298ee056a268dc2c9b690c (patch) | |
tree | a71ac65955b42978160087b933c962b27f85fbcc /lux-r/source | |
parent | 716ca5377386ca87eded7dd514ccc17f8ed281c3 (diff) |
New "parser" hierarchy. [Part 4]
Diffstat (limited to 'lux-r/source')
-rw-r--r-- | lux-r/source/program.lux | 7 |
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] |