Minor cleanup, subtraction.

Testing with the joytest test suite revealed that I had forgotten to
implement subtraction.  This also unconvered a (maybe) bug in the
BigInts package where it converts "-" to zero.

https://git.sr.ht/~sforman/joytest

https://github.com/nim-lang/bigints/issues/116
This commit is contained in:
Simon Forman
2022-09-14 21:01:50 -07:00
parent 39008b351b
commit 9d7a2a8fcb
3 changed files with 55 additions and 114 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
SOURCES = defs.nim joy.nim joylib.nim printer.nim reader.nim types.nim utils.nim
joy: $(SOURCES) defs.txt
joy: joy.nim defs.txt
nim c joy.nim
defs.txt: ../defs.txt