Question
does the token accepts negative numbers? since you used unsigned i got confused about it.
does the token accepts negative numbers? since you used unsigned i got confused about it.
Hi Arthur,
Good question! No if you look at the lexer modules you will see that the negative symbol is an operator
Thanks