Carp/examples
2017-12-05 12:33:57 +01:00
..
array.carp Printing of floats/doubles removes superfluos zeros at the end. 2017-10-18 08:43:37 +02:00
banana.h Init, new and str functions are automatically defined for external structs too. 2017-11-17 16:52:34 +01:00
basics.carp Fixed some bugs with lookup of interface functions. 2017-11-24 14:15:16 +01:00
bugs.carp Playing around with interfaces and the sum function. 2017-11-28 10:24:14 +01:00
copying.carp Interfaces more typeclass-like, all tests run. 2017-11-22 22:03:08 +01:00
deleters.carp A way to run all tests in one go. 2017-09-08 12:24:57 +02:00
expression_problem.carp Comment. 2017-11-27 13:03:17 +01:00
external_struct.carp Moved external struct example to its own file. 2017-11-17 17:34:07 +01:00
functor.carp The fmap works now. 2017-11-22 23:24:38 +01:00
game.carp Run all the tests in /test as part of the run_carp_test.sh script. 2017-11-21 11:53:32 +01:00
guessing.carp ref -> & 2017-11-27 21:58:31 +01:00
interfaces.carp Interface example. 2017-11-25 10:39:49 +01:00
life.carp s/import/use in carp files. 2017-09-06 10:05:19 +02:00
memory.carp A way to run all tests in one go. 2017-09-08 12:24:57 +02:00
polymorphic.carp A way to run all tests in one go. 2017-09-08 12:24:57 +02:00
reptile.carp s/import/use in carp files. 2017-09-06 10:05:19 +02:00
selection.carp Added Bool module. Fixed error in test selection.carp 2017-10-11 10:52:18 +02:00
strings.carp strdup is handled properly by the memory balancer 2017-11-22 16:25:05 +01:00
temp.carp One more bug, example of mutual recursive functions. 2017-12-05 12:33:57 +01:00
test.carp tests: simplified 2017-11-27 14:45:14 +01:00
updating.carp Whitespace. 2017-11-27 21:55:47 +01:00
vec2.carp A way to run all tests in one go. 2017-09-08 12:24:57 +02:00
vector.carp strdup is handled properly by the memory balancer 2017-11-22 16:25:05 +01:00