diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-08-29 12:11:24 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-08-29 12:11:24 +0200 |
commit | 6ccbcc2cadae41574e33226b9072a08354880d28 (patch) | |
tree | af36b9e593a3d36be9acdb1383b1cbd1d6f3abcc /src/lib/tokens.mly | |
parent | 3b8c136ebdba7f4b5b4d6baad08d0a75c3b2dc86 (diff) |
Update
Diffstat (limited to 'src/lib/tokens.mly')
-rw-r--r-- | src/lib/tokens.mly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tokens.mly b/src/lib/tokens.mly index d70781a..0eb442e 100644 --- a/src/lib/tokens.mly +++ b/src/lib/tokens.mly @@ -34,7 +34,7 @@ %token EOL %nonassoc Low - +%left R %right High %% |