Carp/test
2018-05-20 17:11:26 +10:00
..
output/examples tests: add test script recording 2018-04-10 12:34:36 +02:00
args.carp all: change system argument api 2018-04-04 09:00:20 +02:00
array.carp String.append is now by reference, StringCopy.append is by copy/linear 2018-05-20 14:16:10 +10:00
check.sh tests: add test script recording 2018-04-10 12:34:36 +02: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 Load 'Debug.carp' by default. 2018-03-13 09:43:08 +01:00
int_math.carp core: add neg protocol and add to int and long 2018-05-07 21:57:15 +02:00
long_math.carp core: add neg protocol and add to int and long 2018-05-07 21:57:15 +02:00
macros.carp Added prn for Strings, make 'str' not print with @ and quotes. 2018-02-06 18:37:15 +01:00
memory.carp String.append is now by reference, StringCopy.append is by copy/linear 2018-05-20 14:16:10 +10: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
record.sh tests: add test script recording 2018-04-10 12:34:36 +02: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
short_circuiting.carp More short circuiting tests. 2018-03-15 20:10:00 +01:00
Spec.hs Fixing breaking unit test bug #212 2018-03-31 11:41:15 +11:00
statistics.carp Changed type signature of (set! ...) form. 2018-02-02 07:19:10 +01:00
string.carp Moving String.join to also use StringBuilder, adding String.join-with-char 2018-05-20 17:11:26 +10: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 Load 'Debug.carp' by default. 2018-03-13 09:43:08 +01:00