summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-08Initial debugger core and test UIMalfurious1-0/+2
This is vaguely competent at tracing single-threaded programs. Vi-like keybinds defined in misplays.c. Signed-off-by: Malfurious <m@lfurio.us>
2023-07-08Implement trivial linked listMalfurious1-0/+1
* Bring-your-own-node (generic / zero allocations) * Doubly-linked and circular, forward and backward traversable * Random insert/removal in constant time * All operations are no-fail * [Some type safety concessions though] Signed-off-by: Malfurious <m@lfurio.us>
2023-07-06Rename curshelpers unit to 'helpers'Malfurious1-1/+1
Signed-off-by: Malfurious <m@lfurio.us>
2023-07-05Add CMake build systemMalfurious1-0/+27
Signed-off-by: Malfurious <m@lfurio.us>