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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user