blob: 9292cbec58573cd19d9c36c7551aacfd591b5177 (
plain) (
blame)
1
2
3
4
5
6
|
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.
WWW: https://github.com/PiotrDabkowski/pyjsparser
|