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
This commit is contained in:
Reference in New Issue
Block a user