blob: 5af0ff814bd8e8ffb95c9cd9e3be46a5ce3062ec (
plain) (
blame)
1
2
3
4
|
Fast JavaScript parser - manual translation of esprima.js to python. Takes 1
second to parse whole angular.js library so parsing speed is about 100k
characters per second which makes it the fastest and most comprehensible
JavaScript parser for python out there.
|