summaryrefslogtreecommitdiff
path: root/lisp.h
AgeCommit message (Collapse)Author
2025-12-21add builtins, add pretty printing for lists, fix erroneous symbol x not ↵Felix Perktold
found for forms (define, lambda ...) add check for head->type == VT_SYMBOL on forms (so a string cannot be misinterpreted as a form symbol), move is_integer from lisp.y to lisp.h/lisp.c
2025-12-21renamed enum values VALTYPE->VT, implemented lambdas, applyFelix Perktold
2025-12-21start implementing evalFelix Perktold
2025-12-21add environments for symbol definition/lookupFelix Perktold
2025-12-20init commitFelix Perktold