Carp/examples
2017-12-19 08:50:06 +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 Todo and bug stuff. 2017-12-15 15:31:56 +01:00
copying.carp Updated some examples and a completed todo. 2017-12-07 14:57:44 +01:00
deleters.carp Updated some examples and a completed todo. 2017-12-07 14:57:44 +01: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 Game example should make use of search paths. 2017-12-12 12:33:55 +01:00
generic_structs.carp A slightly better way of handling types in replaceGenericTypeSymbols. 2017-12-19 08:50:06 +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
mutual_recursion.carp Extracted mutual recursion example. 2017-12-05 17:08:10 +01:00
polymorphic.carp A way to run all tests in one go. 2017-09-08 12:24:57 +02:00
reptile.carp Use 'add' instead of '+' for Vectors. 2017-12-18 22:46:52 +01: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 Very simple case of generic Pair works. 2017-12-19 08:34:41 +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 examples: fixed vector examples 2017-12-13 11:12:34 +01:00