09b552ed8cd6615f07751f06afadc76353d67bc4
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
Description
lisp implementation in C
Languages
C
99.9%
Common Lisp
0.1%