Added support for subtraction

This commit is contained in:
Samuel Hammersberg 2023-02-04 13:20:46 +01:00
parent f8d320bb6d
commit 026949ae7e
25 changed files with 864 additions and 4511 deletions

View file

@ -2,4 +2,4 @@
main = 1 + (123 + 4214) + 1231 + 314
main = 1 + (123 + 4214) - 1231 + 314