Carp/test
2018-03-12 14:56:05 +01:00
..
array.carp Optimized Array.aupdate from 5.93691s to 2.75493s for array of 1000000 ints. 2018-03-11 13:56:07 +01:00
control_flow.carp Changed type signature of (set! ...) form. 2018-02-02 07:19:10 +01:00
double_math.carp macros: added use-all 2017-12-12 15:08:33 +01:00
float_math.carp macros: added use-all 2017-12-12 15:08:33 +01:00
format.carp core: fix printing percent in format 2018-01-02 14:46:42 +01:00
init_global.carp Proper 'assert' macro that reports source location. 2018-02-06 10:12:43 +01:00
int_math.carp macros: added use-all 2017-12-12 15:08:33 +01:00
long_math.carp macros: added use-all 2017-12-12 15:08:33 +01:00
macros.carp Added prn for Strings, make 'str' not print with @ and quotes. 2018-02-06 18:37:15 +01:00
memory.carp Fixed memory leak in 'from-chars'. 2018-03-12 14:56:05 +01:00
nested.carp Changed type of member getter method to always returning a Ref (used to be non-ref for primitive types). 2018-01-26 21:23:29 +01:00
pattern.carp core: regex helper functions are done 2018-03-03 19:19:59 +01:00
safe_artihmetic.carp Moved safe int functions into their own file that's not automatically loaded. 2018-03-06 16:44:07 +01:00
Spec.hs Made haskell test suite run again. 2018-01-28 22:43:50 +01:00
statistics.carp Changed type signature of (set! ...) form. 2018-02-02 07:19:10 +01:00
string.carp Fixed memory leak in 'from-chars'. 2018-03-12 14:56:05 +01:00
vector2.carp added parallelity and perpendicularity test 2017-12-28 17:44:20 +01:00
vector3.carp added parallelity and perpendicularity test 2017-12-28 17:44:20 +01:00
vectorn.carp Bugfixing. 2018-02-05 10:49:35 +01:00