hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 375331765dd450c0343f5f5994857112e0f60a1c
parent 74ca44023c2cc9043ba278529ac509cb0b55d590
Author: Eyal Sawady <ecs@d2evs.net>
Date:   Tue,  8 Mar 2022 20:09:57 +0000

hare::lex: drop -- and ++ from bmap

Signed-off-by: Eyal Sawady <ecs@d2evs.net>

Diffstat:
Mhare/lex/token.ha | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/hare/lex/token.ha b/hare/lex/token.ha @@ -251,13 +251,11 @@ const bmap: [_]str = [ "^^=", "-", "-=", - "--", "%=", "%", "!=", "+", "+=", - "++", "?", "}", "]",