diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-07 13:44:54 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-07 13:44:54 +0200 |
commit | 96a225fb5fa24a71e1b76e0369126b3bcfab5f81 (patch) | |
tree | 7af2de89c02461607666a9442cbaa5fbf2c94678 /src/lib/parser.mly | |
parent | e4faaaf8a022fbe2c8c574d2d49155f74aa18a33 (diff) |
Moved the printer to toplevel
Diffstat (limited to 'src/lib/parser.mly')
-rw-r--r-- | src/lib/parser.mly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/parser.mly b/src/lib/parser.mly index 925ce9f..42623c7 100644 --- a/src/lib/parser.mly +++ b/src/lib/parser.mly @@ -80,7 +80,7 @@ semi: voyels: | A { Sounds.a } | A I { Sounds.voyel_ai } - | E I { Sounds.e `Opened } + | E I { Sounds.voyel_ai } | I { Sounds.i } | E { Sounds.schwa } | E_ACUTE E? { Sounds.e `Closed } |