Carp/core
2017-12-19 12:52:55 +01:00
..
Array.carp core: reimplemented reverse in carp 2017-12-18 16:53:46 +01:00
Bench.carp bench: refactored bench function to make slightly less sucky 2017-11-06 20:47:21 +01:00
bench.h bench: added nanosecond accuracy 2017-11-06 20:23:33 +01:00
Bool.carp core: minor fixes 2017-12-04 19:17:52 +01:00
Char.carp A function for getting the numeric meaning of the chars '0' - '9'. 2017-12-01 12:02:36 +01:00
core.h Fixed segfault in read-line when file doesn't exist. 2017-12-19 12:52:55 +01:00
Double.carp Changed pi symbol to 'pi' 2017-12-14 22:48:19 +01:00
Dynamic.carp Args to commands are not evaluated at the REPL, for now. 2017-11-30 23:00:00 +01:00
Float.carp Changed pi symbol to 'pi' 2017-12-14 22:48:19 +01:00
Geometry.carp Changed pi symbol to 'pi' 2017-12-14 22:48:19 +01:00
Int.carp Implemented 'add-ref' and 'zero' for Int/Float/Double. Allows nice 'Array.sum' function. 2017-12-04 07:21:35 +01:00
Interfaces.carp <= and >= functions 2017-12-15 10:37:16 +01:00
IO.carp File reading function. 2017-11-28 10:07:46 +01:00
Long.carp long & int: updated tests 2017-11-29 17:28:05 +01:00
Macros.carp core: fixed statistics cond and tests; core: accurate error message on cond 2017-12-15 17:43:06 +01:00
sdl_image.carp Use the type (Ptr Char) to express raw C strings. 2017-09-07 19:44:02 +02:00
sdl.carp sdl: aded str and copy to keycode; compiler: use str function on member even if its external 2017-12-04 19:20:05 +01:00
SDLHelper.h sdl: aded str and copy to keycode; compiler: use str function on member even if its external 2017-12-04 19:20:05 +01:00
Statistics.carp core: fixed statistics cond and tests; core: accurate error message on cond 2017-12-15 17:43:06 +01:00
String.carp Merge pull request #134 from hellerve/string-lib 2017-12-18 22:39:08 +01:00
System.carp Bunch of bug fixes and stuff. 2017-10-18 13:02:44 +02:00
Test.carp Raise error when applying a non-existing macro / dynamic function. 2017-12-17 15:20:06 +01:00
Vector.carp core: added arithmetic ref interfaces and regular arithmetic interfaces, renamed functions in vectors 2017-12-13 11:10:42 +01:00