summaryrefslogtreecommitdiff
path: root/src/lib/tokens.mly
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-09-05 19:41:40 +0200
committerSébastien Dailly <sebastien@chimrod.com>2021-09-05 19:41:40 +0200
commit6a34154b77ac80f89df816ba0062f382d915fb22 (patch)
tree5dab18f15fe8555d5369a9c492228f6aa4d23001 /src/lib/tokens.mly
parent853e281a6719125866f8b948540944c571b091c6 (diff)
Updated tests
Diffstat (limited to 'src/lib/tokens.mly')
-rw-r--r--src/lib/tokens.mly4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/tokens.mly b/src/lib/tokens.mly
index ea1493a..35c8e1d 100644
--- a/src/lib/tokens.mly
+++ b/src/lib/tokens.mly
@@ -3,14 +3,12 @@
%token Nothing
%token A
%token B
-%token C
%token D
%token E
%token E_ACUTE
%token E_AGRAVE
%token F
%token G
-%token H
%token I
%token J
%token K
@@ -19,7 +17,6 @@
%token N
%token O
%token OU
-%token Q
%token P
%token R
%token S
@@ -35,7 +32,6 @@
%token EOL
%nonassoc Low
-%left R
%right High
%%