diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-01 19:23:34 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-01 19:23:34 +0200 |
commit | 85030705d986696f4ec134f55bb40e3b32c95309 (patch) | |
tree | e07caa6de05e8cf5e095c836c9cee7a0c20f06b4 /src/lib/parser.mly | |
parent | 12ccc075d724f9985be488b162b243f46dff871a (diff) |
Update
Diffstat (limited to 'src/lib/parser.mly')
-rw-r--r-- | src/lib/parser.mly | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/parser.mly b/src/lib/parser.mly index 20a9a84..d228e83 100644 --- a/src/lib/parser.mly +++ b/src/lib/parser.mly @@ -93,10 +93,6 @@ voyels: | W I { T.diphtongue T.semi_voyel_w T.i, T.diphtongue T.semi_voyel_w T.i} | I E { T.diphtongue T.i (T.e `Opened), T.diphtongue T.i (T.e `Opened)} -nasal_voyels: - | A N { T.a' () , T.a' () } - %prec Low - ending_consonant: | B { Some (T.b ) } | T { None } |