Carp/lisp
2016-03-16 11:26:58 +01:00
..
array_tests.carp fixed failed test with "nth" 2016-03-16 11:26:58 +01:00
array.carp one step closer to compiling array literals 2016-02-25 18:07:46 +01:00
ast.carp type annotations for functions 2016-03-15 22:08:15 +01:00
baking_tests.carp function graph and recompilation works, allthough it does it too much 2016-03-02 13:33:33 +01:00
boot.carp boot sequence cleanup, gl is a "module" now 2016-03-15 15:59:15 +01:00
builder.carp game example 2016-03-15 22:44:44 +01:00
builtins.carp cleaned up boot sequence and core 2016-03-14 14:16:34 +01:00
calculate_lifetimes.carp can bake function pointers to other functions 2016-03-02 10:32:17 +01:00
compiler_helpers.carp better pretty signature for arrays 2016-02-26 00:44:23 +01:00
compiler_tests.carp moved tests around, updated todos 2016-03-11 00:38:46 +01:00
compiler.carp game example 2016-03-15 22:44:44 +01:00
constraint_tests.carp found and fixed another recursive constraint bug 2016-02-25 23:45:00 +01:00
core_tests.carp FIXED: Binding to a function call in 'let' crashes process!!! 2016-03-10 08:11:47 +01:00
core.carp basic support for globals 2016-03-15 16:48:25 +01:00
error_codes.carp FIXED: Binding to a function call in 'let' crashes process!!! 2016-03-10 08:11:47 +01:00
examples.carp removed special handling for :ptr type 2016-02-12 08:08:04 +01:00
func_deps.carp type annotations for functions 2016-03-15 22:08:15 +01:00
generate_names.carp Change :a and :b in binop and if to :left and :right 2016-02-12 22:25:55 +01:00
generics_tests.carp moved tests around, updated todos 2016-03-11 00:38:46 +01:00
generics.carp fixed failed test with "nth" 2016-03-16 11:26:58 +01:00
gl.carp can draw a line strip from an array of Vec2 2016-03-16 11:10:36 +01:00
glfw_test.carp game example 2016-03-15 22:44:44 +01:00
improved_core.carp improved_core.carp (but it's not working...) 2016-03-14 17:09:00 +01:00
infer_types.carp type annotations for functions 2016-03-15 22:08:15 +01:00
math.carp import macro 2016-03-15 14:18:20 +01:00
misc.carp changed file extension to .carp for the lisp files 2016-01-15 10:17:26 +01:00
ownership_tests.carp changed name of sig to sign to avoid mistaking it 2016-02-25 18:58:06 +01:00
play-example.carp improved_core.carp (but it's not working...) 2016-03-14 17:09:00 +01:00
signatures.carp "nth" has correct signature 2016-03-16 11:14:32 +01:00
string_array.carp added arrays 2016-02-12 22:04:09 +01:00
struct_tests.carp memory management is handled using proper delete-functions 2016-03-11 00:28:33 +01:00
structs.carp can draw a line strip from an array of Vec2 2016-03-16 11:10:36 +01:00
test_line_numbers.carp tricky test 2016-03-02 08:52:10 +01:00
test_stack_trace.carp don't call too-big-to-fail 2016-03-02 09:51:52 +01:00
unsorted_tests.carp memory management is handled using proper delete-functions 2016-03-11 00:28:33 +01:00