using makeComparator from acorn to generate functions that tests whether a
authorMihai Bazon <mihai@bazon.net>
Thu, 11 Oct 2012 08:52:05 +0000 (11:52 +0300)
committerMihai Bazon <mihai@bazon.net>
Thu, 11 Oct 2012 08:52:05 +0000 (11:52 +0300)
commitf4584af42c8baa0a8f221adf1ff9a85765163e4b
tree94bc9505cebf8fcf4143715b733266976cb2069a
parent172aa7a93ccd39feceefa058ad008e19eec0a073
using makeComparator from acorn to generate functions that tests whether a
string is keyword, reserved etc.

speeds up the parser a bit, though not spectacular.. still far from acorn.
lib/parse.js
lib/utils.js