static Lisp nlToTree(S s) { ret nlParse(s); } static Lisp nlToTree(S s, boolean unbracket, boolean explicitBrackets) { ret nlParse(s, unbracket, explicitBrackets); }