Carp/core
2018-01-10 14:24:32 +01:00
..
Array.carp core: fixed bounds in range; tests: added regression tests 2018-01-10 14:24:32 +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: made format not leak memory; test: added test for format and fmt 2017-12-30 20:16:31 +01:00
Char.carp core: added a few more functions to stdlib 2018-01-02 18:13:52 +01:00
core.h core: fixed behavior of from-chars and ends-with? 2018-01-03 12:50:47 +01:00
Debug.carp Better support for globals. 2018-01-02 08:56:23 +01:00
Double.carp core: made format not leak memory; test: added test for format and fmt 2017-12-30 20:16:31 +01:00
Dynamic.carp compiler: added dynamic +, -, *, and / on integers 2017-12-30 15:13:00 +01:00
Float.carp core: made format not leak memory; test: added test for format and fmt 2017-12-30 20:16:31 +01:00
Format.carp core: fix printing percent in format 2018-01-02 14:46:42 +01:00
Geometry.carp Changed pi symbol to 'pi' 2017-12-14 22:48:19 +01:00
Int.carp core: made format not leak memory; test: added test for format and fmt 2017-12-30 20:16:31 +01:00
Interfaces.carp core: made format not leak memory; test: added test for format and fmt 2017-12-30 20:16:31 +01:00
IO.carp File reading function. 2017-11-28 10:07:46 +01:00
Long.carp core: made format not leak memory; test: added test for format and fmt 2017-12-30 20:16:31 +01:00
Macros.carp core: added a few more functions to stdlib 2018-01-02 18:13:52 +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 core: added SDL_Renderer opaque type; Eval: able to compare two symbols 2017-12-21 14:02:00 +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 core: fixed behavior of from-chars and ends-with? 2018-01-03 12:50:47 +01:00
System.carp Sleeping functions. 2017-12-25 16:51:23 +01: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 random to vector and double; added random and random-between interfaces 2017-12-28 18:02:50 +01:00