..
ant.carp
Fix all nth usage
2019-10-31 06:23:23 -03:00
arrays.carp
Fix all nth usage
2019-10-31 06:23:23 -03:00
banana.h
Reproduced error in bugs.carp
2018-03-26 08:47:46 +02:00
basics.carp
Added --compile-fast to compile with tcc.
2020-05-21 20:04:54 +02:00
benchmark_mandelbrot.carp
core: document string, remove string-join
2018-06-15 16:38:34 +02:00
benchmark_n-body.carp
Fix all nth usage
2019-10-31 06:23:23 -03:00
bugs.carp
Bug example.
2020-05-05 15:48:56 +02:00
check_malloc.carp
core: optionally check malloc
2019-06-17 09:17:20 +02:00
closures.c
Things are not working but at least some progress.
2018-06-18 17:22:20 +02:00
expression_problem.carp
Expression problem example.
2018-06-13 08:14:26 +02:00
external_struct.carp
all: remove local-include in favor of relative-include
2019-09-09 17:56:43 +02:00
fonts.carp
Merge
2020-05-11 16:10:35 +02:00
function_members.carp
Deftype generates 'update' functions that expect refs to functions too.
2018-11-14 14:21:12 +01:00
functor.carp
Update test to account for constrained interfaces
2020-06-01 23:39:19 -04:00
game.carp
More functional event handler in SDLApp.
2019-09-13 12:09:11 +02:00
generic_structs.carp
Fix all nth usage
2019-10-31 06:23:23 -03:00
glfw.carp
Updated outdated docs regarding foreach
.
2020-03-25 14:18:13 +01:00
globals.carp
Even more fixes
2019-03-05 16:37:27 +01:00
guessing.carp
core: make from-string better
2020-05-12 22:33:40 +02:00
lambdas.carp
core: rename unsafe-range to range-or-default
2020-05-24 12:26:18 +02:00
life.carp
examples: fix life
2020-03-17 21:31:46 +01:00
lifetimes.carp
Still messing with that 'tricky' function.
2019-10-29 18:50:15 +01:00
maps.carp
Renamed example/map.carp because it got loaded by core.carp when
2019-03-21 14:31:19 +01:00
minimal_sdl.carp
Added dynamic function 'Project.no-echo' to disable echoing in examples.
2018-06-05 10:05:33 +02:00
mutual_recursion.carp
Relaxed the requirement on 'main' so it allows generic types.
2018-06-04 15:17:14 +02:00
nested_lambdas.carp
Added a main to the example to not trip windows CI
2020-05-28 20:38:14 +02:00
no_core.carp
no core example: fix load
2020-05-12 22:06:27 +02:00
parse_me.h
Fix multiline macros
2019-09-17 19:31:36 +02:00
reptile.carp
FIX! Avoid having to use temporary variables to help lifetime
2020-02-07 16:01:33 +01:00
setting_variables.carp
Added dynamic function 'Project.no-echo' to disable echoing in examples.
2018-06-05 10:05:33 +02:00
sorting.carp
Add some more calls to implement to make tests pass
2020-05-10 13:32:22 -04:00
sounds.carp
Merge
2020-05-11 16:10:35 +02:00
static_array.carp
Remove bad example.
2020-04-29 11:29:39 +02:00
sumtypes.carp
More bugfixes concerning wildcards.
2019-02-12 23:01:33 +01:00
temp.carp
One more test.
2020-04-30 12:56:04 +02:00
test.carp
Renaming: String.count -> String.length, Array.count -> Array.length
2018-05-23 10:03:42 +10:00
unicode.carp
Allow unicode identifiers
2020-05-11 16:10:41 +02:00
updating.carp
Deftype generates 'update' functions that expect refs to functions too.
2018-11-14 14:21:12 +01:00
vector.carp
The '(load)' command will work relative to the file containing it, if
2019-03-22 20:33:06 +01:00