nim-stint/tests
Mamy Ratsimbazafy 24bd2fc986
Recursive init + bitwise as test + fix shr (#9)
* Recursive init compiles

* fix bitshift. Missing rolling over

* Strange shift required

* debug msg leftover
2018-03-28 20:45:39 +02:00
..
all_tests.nim Recursive init + bitwise as test + fix shr (#9) 2018-03-28 20:45:39 +02:00
test_addsub.nim Make bits part of type (#6) 2018-03-26 11:46:24 +02:00
test_bitwise.nim Recursive init + bitwise as test + fix shr (#9) 2018-03-28 20:45:39 +02:00
test_comparison.nim Make bits part of type (#6) 2018-03-26 11:46:24 +02:00
test_endianness.nim Make bits part of type (#6) 2018-03-26 11:46:24 +02:00
test_muldiv.nim Faster division algorithm (#8) 2018-03-28 17:15:36 +02:00