nconc icon indicating copy to clipboard operation
nconc copied to clipboard

Parser can parse only single expresions

Open jcubic opened this issue 12 years ago • 0 comments

You can't parse this parser.parse("(list 1 2 3) (list 2 3 4)") it throw Exception SyntaxError: Expected ".", [0-9] or [eE] but "(" found.

Parser should return array and schemeEval function should accept array and evaluate all of them and return value of the last one.

jcubic avatar Jul 30 '12 19:07 jcubic