summaryrefslogtreecommitdiff
path: root/src/lib/parser.mly
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-09-08 18:06:55 +0200
committerSébastien Dailly <sebastien@chimrod.com>2021-09-08 18:06:55 +0200
commit1ba97f613c25926f4007fda9e38131fbb8961173 (patch)
tree501051e35c6c44a48b8d8a93e12267ab5d3eb8d0 /src/lib/parser.mly
parentd04dec688cc9159d4e3ad47890ae4b1f40c5ec3c (diff)
Update tengwar
Diffstat (limited to 'src/lib/parser.mly')
-rw-r--r--src/lib/parser.mly1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/parser.mly b/src/lib/parser.mly
index 6c1722a..fbd22f6 100644
--- a/src/lib/parser.mly
+++ b/src/lib/parser.mly
@@ -87,6 +87,7 @@ voyels_semi:
| voyels { $1 }
| I voyels { Sounds.diphtongue Sounds.semi_voyel_y $2 }
| Y voyels { Sounds.diphtongue Sounds.semi_voyel_y $2 }
+ | U voyels { Sounds.diphtongue Sounds.semi_voyel_u $2 }
ending_consonant:
| Nothing { Some (Sounds.none) }