I\'m making a Lisp parser and I wanted to accept the following line:
(defvar a [+ 2 1] )
But not this one:
(defvar a [+ 2 1) ]