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
8 lines
91 B
Makefile
8 lines
91 B
Makefile
|
|
joy: joy.nim defs.txt
|
|
nim c joy.nim
|
|
|
|
defs.txt: ../defs.txt
|
|
cp -fv ../defs.txt defs.txt
|
|
|