nconc
nconc copied to clipboard
Parser can parse only single expresions
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.