diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-03 15:15:00 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-03 15:15:00 +0200 |
commit | 48dc04c3b9afe19207d15b873452129d9c2b3b4c (patch) | |
tree | 2c46df86808aa738a28ce95d5b62a58ffaf12459 /src/lib/parser.mly | |
parent | ad45e1b397ba995dc0222057a8dc1d0c38970c4f (diff) |
Continued refactoring
Diffstat (limited to 'src/lib/parser.mly')
-rw-r--r-- | src/lib/parser.mly | 3 |
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 } |