tomhea/flip-jump

Add more mathematical tokens/operators to flipjump parsing

tomhea opened this issue · 0 comments

tomhea commented

Add Unary Minus (-), Unary Not (~). Maybe add logical or (||) and logical and (&&). Maybe handle power (**).

The unary operators should be a bit tricky to implement, as it currently collides with some rules in the current parser/lexer rule set.