aboutsummaryrefslogtreecommitdiff
path: root/spec/grammar/description.go
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2022-11-05 14:21:13 +0900
committerRyo Nihei <nihei.dev@gmail.com>2022-11-05 14:21:13 +0900
commitb24f61a465d21af404ed647a977160042017e601 (patch)
tree0b695a6775ed6a0a7bb41404b598055855417673 /spec/grammar/description.go
parentUpdate README (diff)
downloadurubu-b24f61a465d21af404ed647a977160042017e601.tar.gz
urubu-b24f61a465d21af404ed647a977160042017e601.tar.xz
Remove alias system
Remove unimportant features to tidy up the specification.
Diffstat (limited to 'spec/grammar/description.go')
-rw-r--r--spec/grammar/description.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/grammar/description.go b/spec/grammar/description.go
index dd66950..68b16be 100644
--- a/spec/grammar/description.go
+++ b/spec/grammar/description.go
@@ -4,7 +4,6 @@ type Terminal struct {
Number int `json:"number"`
Name string `json:"name"`
Anonymous bool `json:"anonymous"`
- Alias string `json:"alias"`
Pattern string `json:"pattern"`
Precedence int `json:"prec"`
Associativity string `json:"assoc"`