summaryrefslogtreecommitdiff
path: root/test.c
AgeCommit message (Collapse)Author
2026-01-22fix test, add entry to READMEFelix Perktold
2026-01-22fix force_thunk, add tests sponsored by claude.aiFelix Perktold
2026-01-18factor out basic standard procedures (+, -, cons, car...) into separate moduleFelix Perktold
2026-01-18renamed builtins to proceduresFelix Perktold
2026-01-18refactor lisp.h into public lisp_api.h and internal lisp.hFelix Perktold
2025-12-23fix tests, fix empty input behaviorFelix Perktold
2025-12-22add tests sponsored by chatgptFelix Perktold
2025-12-22add reading from files, add quote shorthand (')Felix Perktold
2025-12-21renamed enum values VALTYPE->VT, implemented lambdas, applyFelix Perktold
2025-12-21add testsFelix Perktold