diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-04 10:43:01 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-04 10:43:01 +0200 |
commit | 0ba049daed6e4b5d01f83d236f3178747bf849cb (patch) | |
tree | 72eeedcaa5fbe9736e2842879d62d0bf412a149f /src/lib/tokens.mly | |
parent | 0b2e63791a073000b70b4463db5d8bce88ab4d23 (diff) |
Transform the letter e into eu or E
Diffstat (limited to 'src/lib/tokens.mly')
-rw-r--r-- | src/lib/tokens.mly | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/tokens.mly b/src/lib/tokens.mly index 0eb442e..ea1493a 100644 --- a/src/lib/tokens.mly +++ b/src/lib/tokens.mly @@ -1,5 +1,6 @@ %token Sep +%token Nothing %token A %token B %token C |