aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler/language/lux.lux')
-rw-r--r--stdlib/source/library/lux/tool/compiler/language/lux.lux4
1 files changed, 0 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/language/lux.lux b/stdlib/source/library/lux/tool/compiler/language/lux.lux
index 3161bee88..06da2b69c 100644
--- a/stdlib/source/library/lux/tool/compiler/language/lux.lux
+++ b/stdlib/source/library/lux/tool/compiler/language/lux.lux
@@ -31,8 +31,6 @@
($_ _.and _.bit _.type (_.or labels labels)))
global_label (: (Writer .Label)
($_ _.and _.bit _.type (_.list _.text) _.nat))
- name (: (Writer Name)
- (_.and _.text _.text))
alias (: (Writer Alias)
(_.and _.text _.text))
global (: (Writer Global)
@@ -65,8 +63,6 @@
($_ <>.and <b>.bit <b>.type (<b>.or labels labels)))
global_label (: (Parser .Label)
($_ <>.and <b>.bit <b>.type (<b>.list <b>.text) <b>.nat))
- name (: (Parser Name)
- (<>.and <b>.text <b>.text))
alias (: (Parser Alias)
(<>.and <b>.text <b>.text))
global (: (Parser Global)