Basic LISP Parser
Have you ever think about analysing the syntax of another computer language to use it in the one you are working with? We are going to transform a valid LISP expression (string) into a JavaScript object.
Homeworks: check if it’s a valid LISP expression.