summaryrefslogtreecommitdiff
path: root/src/lib/parser.mly
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/parser.mly')
-rw-r--r--src/lib/parser.mly3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/parser.mly b/src/lib/parser.mly
index d228e83..251f359 100644
--- a/src/lib/parser.mly
+++ b/src/lib/parser.mly
@@ -7,7 +7,7 @@ See [1] for the theory behind the analysis
*)
-%parameter<T:Sounds.T>
+%parameter<T:Sounds.Sig.T>
@@ -96,6 +96,7 @@ voyels:
ending_consonant:
| B { Some (T.b ) }
| T { None }
+ | K { Some (T.k)}
| liquid { Some $1 }
| nasal { Some $1 }