Carp/lisp
2016-03-10 07:49:32 +01:00
..
array_tests.carp moved test, added shadowstack pushes to primops 2016-03-09 23:04:14 +01:00
array.carp one step closer to compiling array literals 2016-02-25 18:07:46 +01:00
ast.carp solved mystery with failing call to def? (it checked the local env, 2016-03-07 16:45:56 +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 array literals work, fixes for the types in C code 2016-02-26 01:12:49 +01:00
builder.carp map-copy works 2016-03-07 15:58:21 +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 solved mystery with failing call to def? (it checked the local env, 2016-03-07 16:45:56 +01:00
compiler.carp struct constructor + lenses are automatically generated when defining the struct 2016-03-04 15:58:48 +01:00
constraint_tests.carp found and fixed another recursive constraint bug 2016-02-25 23:45:00 +01:00
core_tests.carp template function 2016-02-28 11:19:21 +01:00
core.carp map-copy works 2016-03-07 15:58:21 +01:00
error_codes.carp test for checking the stack trace 2016-03-02 09:00:56 +01:00
examples.carp removed special handling for :ptr type 2016-02-12 08:08:04 +01:00
func_deps.carp warns when finding generic type with missing parts 2016-03-02 19:15:08 +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 identified error with structs in repl -- offset of members is calculated incorrectly 2016-03-09 18:19:48 +01:00
generics.carp map-copy works 2016-03-07 15:58:21 +01:00
glfw_test.carp todo 2016-03-09 23:24:42 +01:00
infer_types.carp FIXED: Ensure shadow stack is always properly popped (blew it) 2016-03-10 07:49:32 +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
string_array.carp added arrays 2016-02-12 22:04:09 +01:00
struct_tests.carp no clashes between lenses 2016-03-10 07:01:20 +01:00
structs.carp FIXED: Make defstruct into a macro instead, remove it from eval 2016-03-09 20:12:53 +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 solved mystery with failing call to def? (it checked the local env, 2016-03-07 16:45:56 +01:00