nim-stint/stint/private
Mamy Ratsimbazafy fc27e86061
New {.experimental: "ForLoopMacros".} support (#62)
* Bug https://github.com/nim-lang/Nim/issues/8676 and da41fc1801

* Use a commandline flag
2018-08-20 10:34:28 +02:00
..
as_words.nim New {.experimental: "ForLoopMacros".} support (#62) 2018-08-20 10:34:28 +02:00
bithacks.nim Compile time signed ints (#55) 2018-06-18 16:44:29 +02:00
conversion.nim Compile time signed ints (#55) 2018-06-18 16:44:29 +02:00
datatypes.nim Corrected package structure 2018-05-08 17:42:42 +03:00
initialization.nim Compile time signed ints (#55) 2018-06-18 16:44:29 +02:00
int_addsub.nim Uint - allow compile-time evaluation for all procs (#54) 2018-06-18 12:54:25 +02:00
int_bitwise_ops.nim Uint - allow compile-time evaluation for all procs (#54) 2018-06-18 12:54:25 +02:00
int_comparison.nim Compile time signed ints (#55) 2018-06-18 16:44:29 +02:00
int_div.nim Corrected package structure 2018-05-08 17:42:42 +03:00
int_highlow.nim Compile time signed ints (#55) 2018-06-18 16:44:29 +02:00
int_mul.nim Corrected package structure 2018-05-08 17:42:42 +03:00
int_negabs.nim Corrected package structure 2018-05-08 17:42:42 +03:00
stdlib_bitops.nim Corrected package structure 2018-05-08 17:42:42 +03:00
uint_addsub.nim Corrected package structure 2018-05-08 17:42:42 +03:00
uint_bitwise_ops.nim New {.experimental: "ForLoopMacros".} support (#62) 2018-08-20 10:34:28 +02:00
uint_comparison.nim Uint - allow compile-time evaluation for all procs (#54) 2018-06-18 12:54:25 +02:00
uint_div.nim Corrected package structure 2018-05-08 17:42:42 +03:00
uint_exp.nim Modular arithmetic (#47) 2018-05-16 10:41:46 +02:00
uint_highlow.nim Corrected package structure 2018-05-08 17:42:42 +03:00
uint_mul.nim Fix multiplication on 32 bit systems (#60) 2018-08-10 08:37:04 +02:00