From 48dc04c3b9afe19207d15b873452129d9c2b3b4c Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 3 Sep 2021 15:15:00 +0200 Subject: Continued refactoring --- src/lib/parser.mly | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/parser.mly') 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 +%parameter @@ -96,6 +96,7 @@ voyels: ending_consonant: | B { Some (T.b ) } | T { None } + | K { Some (T.k)} | liquid { Some $1 } | nasal { Some $1 } -- cgit v1.2.3