hare

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

commit fe8af8458421bfb0d7a693d29fbc9bcd0a0b0c11
parent 564c0d4242c6ae1393a844b1686e6a3713a9de33
Author: Sebastian <sebastian@sebsite.pw>
Date:   Fri,  4 Mar 2022 18:47:25 -0500

lex: remove PLUSPLUS and MINUSMINUS tokens

Signed-off-by: Sebastian <sebastian@sebsite.pw>

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 @@ -110,13 +110,11 @@ export type ltok = enum uint { LXOREQ, MINUS, MINUSEQ, - MINUSMINUS, MODEQ, MODULO, NEQUAL, PLUS, PLUSEQ, - PLUSPLUS, QUESTION, RBRACE, RBRACKET,