diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-08-27 13:15:35 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-08-27 13:15:35 +0200 |
commit | 65d5990607e9542aa847ec7cb684afd3ffdedb8f (patch) | |
tree | 47a26877c88e303915bc9545a22b004d8dd8089b /src/lib/tokens.mly | |
parent | df92da631e9a10a099a72ba846f90adf99d180df (diff) |
Update
Diffstat (limited to 'src/lib/tokens.mly')
-rw-r--r-- | src/lib/tokens.mly | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/lib/tokens.mly b/src/lib/tokens.mly index 5346005..5466e90 100644 --- a/src/lib/tokens.mly +++ b/src/lib/tokens.mly @@ -1,10 +1,5 @@ %token Sep -%token A_NASAL -%token O_NASAL -%token I_NASAL - - %token A %token B %token C @@ -28,10 +23,11 @@ %token SZ %token T %token U +%token UI %token V -%token W +%token W (* semi voyel w *) %token X -%token Y +%token Y (* semi voyel j *) %token Z %token Space %token EOL |