Idris2/support/refc
Edwin Brady a76a1322eb Initial merge of reference counting C back end
Written by Volkmar Frinken (@vfrinken). This is intended as a
lightweight (i.e. minimal dependencies) code generator that can be
ported to multiple platforms, especially those with memory constraints.

It shouldn't be expected to be anywhere near as fast as the Scheme back
end, for lots of reasons. The main goal is portability.
2020-10-11 15:05:00 +01:00
..
casts.c Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
casts.h Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
cBackend.h Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
conCaseHelper.c Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
conCaseHelper.h Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
datatypes.h Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
Makefile Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
mathFunctions.c Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
mathFunctions.h Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
memoryManagement.c Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
memoryManagement.h Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
prim.c Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
prim.h Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
runtime.c Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
runtime.h Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
stringOps.c Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
stringOps.h Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00