Commit graph

6 commits

Author SHA1 Message Date
Ruud van Asseldonk
6c20958d52 Implement unary negation 2023-11-22 20:09:19 +01:00
Ruud van Asseldonk
3a7eafe797 Implement division operator 2023-11-22 19:55:27 +01:00
Ruud van Asseldonk
8878b99e31 Implement binary minus operator 2023-11-22 19:36:05 +01:00
Ruud van Asseldonk
d0a8a52086 Convert json output to use the pretty-printer
This enables pretty json output, so I can actually read what is going on
without having to pipe the output through jq. I also have an idea to add
support for color to the pretty-printer, that can easily be enabled or
disabled at the config level.
2023-09-23 18:37:46 +02:00
Ruud van Asseldonk
2419668efb Implement integer multiplication 2023-08-17 20:26:37 +02:00
Ruud van Asseldonk
40cf2f6bae Add a few more golden tests to improve coverage 2023-08-15 23:28:09 +02:00