regex for parsing js
//regex find all for parsing lisp var tokens = '(+ 1 (str "hel(lo world"))'.match(/\"[^"]*\"|\(|\)|[^ ()]+/g);