| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-23 | rename eq? to equal?, fix syntax error on empty newline | Felix Perktold | |
| 2025-12-22 | add reading from files, add quote shorthand (') | Felix Perktold | |
| 2025-12-21 | more pretty printing | Felix Perktold | |
| 2025-12-21 | add 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-21 | remove WHITESPACE token, ignore whitespace in lexer | Felix Perktold | |
| 2025-12-21 | add symbols, code cleanup | Felix Perktold | |
| 2025-12-20 | fix string lexing | Felix Perktold | |
| 2025-12-20 | init commit | Felix Perktold | |
