summaryrefslogtreecommitdiff
path: root/src/lib/tokens.mly
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-08-27 17:20:59 +0200
committerSébastien Dailly <sebastien@chimrod.com>2021-08-27 17:20:59 +0200
commit26faec7a69051f639b50c8e8741f0823c6be52a2 (patch)
treea610d0306bf3e0c84f7993be7c290965fcab1900 /src/lib/tokens.mly
parentc8b49eed4cf92e7d2dd01dce779ef84ccae733eb (diff)
Managed diphtongues
Diffstat (limited to 'src/lib/tokens.mly')
-rw-r--r--src/lib/tokens.mly5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/tokens.mly b/src/lib/tokens.mly
index 5466e90..0bceeac 100644
--- a/src/lib/tokens.mly
+++ b/src/lib/tokens.mly
@@ -6,6 +6,7 @@
%token D
%token E
%token E_ACUTE
+%token E_AGRAVE
%token F
%token G
%token H
@@ -16,6 +17,7 @@
%token M
%token N
%token O
+%token OU
%token Q
%token P
%token R
@@ -23,7 +25,6 @@
%token SZ
%token T
%token U
-%token UI
%token V
%token W (* semi voyel w *)
%token X
@@ -34,7 +35,7 @@
%nonassoc Low
-%right A E E_ACUTE I O U
+%right A E E_ACUTE I O U OU
%right C H J Q V W X Y Z
%right P B T D K G