diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-08-28 20:01:54 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-08-28 20:01:54 +0200 |
commit | 3b8c136ebdba7f4b5b4d6baad08d0a75c3b2dc86 (patch) | |
tree | 62341b36574a0ded0d4fe38ea9ec16036f27dfd4 /src/lib/tokens.mly | |
parent | 26faec7a69051f639b50c8e8741f0823c6be52a2 (diff) |
Update
Diffstat (limited to 'src/lib/tokens.mly')
-rw-r--r-- | src/lib/tokens.mly | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/tokens.mly b/src/lib/tokens.mly index 0bceeac..d70781a 100644 --- a/src/lib/tokens.mly +++ b/src/lib/tokens.mly @@ -35,14 +35,6 @@ %nonassoc Low -%right A E E_ACUTE I O U OU - -%right C H J Q V W X Y Z -%right P B T D K G -%right S F - -%right N M -%right L R %right High %% |