Aryadev Chavali d88523d39f allocator: rework alloc_delete
Added a switch case at start of alloc_delete to only run it on
container (read: heap allocated) types.

If adding to free vector, iterate through free vector first to ensure
we've not added it already.  Reset the object before adding it, so
reuse is trivial.
2026-03-05 22:24:10 +00:00
2026-03-05 19:48:00 +00:00
2026-03-05 22:24:10 +00:00
2026-03-05 19:41:16 +00:00
2026-02-03 18:55:13 +00:00
2026-03-05 17:32:52 +00:00
2026-02-05 04:04:54 +00:00
2025-08-29 08:42:18 +01:00
2026-02-04 19:40:48 +00:00

┌───────────────────────────────┐
│           _      _            │
│     /\   | |    (_)           │
│    /  \  | |     _ ___ _ __   │
│   / /\ \ | |    | / __| '_ \  │
│  / ____ \| |____| \__ \ |_) | │
│ /_/    \_\______|_|___/ .__/  │
│                       | |     │
│                       |_|     │
└───────────────────────────────┘

Arya's Lisp!  Or... Another Lisp.  However full you see the glass.

Goals:
- Working, self hosted, Lisp interpreter (probably something like R5RS or R7RS).
- Bytecode compiler and interpreter
- Native compilation option
Description
No description provided
Readme GPL-2.0 1.4 MiB
Languages
C 98.3%
Makefile 1.7%