Idris2/support/refc
Niklas Larsson e49916cea9 Fixes from trying to compile idris with the refc backend
* fix doublequoting in constArray
* substitute tildes in names
* Add negate functions
* Add string comparisons

Several things remain, notably missing _argList functions.
2021-04-02 15:02:40 +02: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 Make it build on windows 2020-10-11 23:36:52 +02:00
mathFunctions.c Fixes from trying to compile idris with the refc backend 2021-04-02 15:02:40 +02:00
mathFunctions.h Fixes from trying to compile idris with the refc backend 2021-04-02 15:02:40 +02: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 Merge pull request #750 from ska80/refc-sysos 2020-12-03 11:59:33 +00:00
prim.h [refc] Remove 'schemeCall' as it is not used anymore 2020-10-21 16:57:05 +06: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 Update stringOps.c (#848) 2021-02-02 14:01:19 +00:00
stringOps.h Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00