summaryrefslogtreecommitdiff
path: root/test.c
AgeCommit message (Collapse)Author
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