aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* uns_lisp: quasiquote parserHEADmasterGravatar Peter McGoron 2024-07-162-38/+493
|
* uns_lisp: cps-lambdaGravatar Peter McGoron 2024-07-161-10/+63
|
* uns_lisp: cps-ifGravatar Peter McGoron 2024-07-161-9/+89
|
* uns_lisp: swapGravatar Peter McGoron 2024-07-161-0/+47
|
* uns_lisp: change cps-list transformation to make it respect scopeGravatar Peter McGoron 2024-07-161-275/+223
|
* uns_lisp: fix string printing and lexingGravatar Peter McGoron 2024-07-141-2/+3
|
* uns_lisp: cps transformation of K abstractionGravatar Peter McGoron 2024-07-141-1/+39
|
* uns_lisp: cps transformation of function argumentsGravatar Peter McGoron 2024-07-141-38/+195
|
* uns_lisp: fix some bugs in first pass of CPSGravatar Peter McGoron 2024-07-142-33/+44
|
* uns_lisp: add first part of CPS transformerGravatar Peter McGoron 2024-07-142-103/+888
|
* fine-grained valgrind support (warning: slow)Gravatar Peter McGoron 2024-07-142-4/+22
|
* cheney_c89: valgrindGravatar Peter McGoron 2024-07-143-7/+26
|
* import flatrate lisp, rename to Universal Service LISPGravatar Peter McGoron 2024-07-107-16/+1302
|
* fix cleanGravatar Peter McGoron 2024-07-082-3/+5
|
* Major API reorganization, test infrastructureGravatar Peter McGoron 2024-07-0822-18511/+1064
| | | | | | | | | | | | | | | The API is now hidden behind functions. The GC struct can have an unstable layout without affecting any compiled binaries (users of Universal Service or collectors hidden behind the API). The collectors can be called directly if desired. The API now allows for different allocation flags. These will be used in future extensions (like weak pointers). For now none are used. Tests are compiled for each collector. I can't think of a good solution that will encompass everything I want to write, but for now this will work on POSIX systems.
* delete for hashtablesGravatar Peter McGoron 2024-06-216-8/+160
|
* fix root push and pop issue; make shared library for examplesGravatar Peter McGoron 2024-06-206-8/+33
|
* add fake struct to help with type checkerGravatar Peter McGoron 2024-06-132-3/+11
|
* hashtable testGravatar Peter McGoron 2024-06-137-1/+20426
|
* change uns_root_ptr to uns_ctrGravatar Peter McGoron 2024-06-128-32/+35
|
* strings: add more testsGravatar Peter McGoron 2024-06-127-45/+145
| | | | cheney_c89: fix memory leak errors
* cheney copying collectorGravatar Peter McGoron 2024-06-1115-0/+1783