pondman 09b552ed8c fix(parser)
parser used to work depending on opening parenthesis and therefore
parsed e.g. `(if 0 (list 1 2 3) 1)` as two seperate expressions, thus
the example would print:
1
(1 2 3)

Now fixed by using a stack for parenthesis
2026-07-21 20:12:15 +02:00
2026-07-21 11:53:10 +02:00
2026-07-20 22:56:58 +02:00
2026-07-21 20:12:15 +02:00
2026-07-21 20:12:15 +02:00
2026-07-21 20:12:15 +02:00
2026-07-21 20:12:15 +02:00
2026-07-20 22:56:58 +02:00
S
Description
lisp implementation in C
176 KiB
Languages
C 99.9%
Common Lisp 0.1%