libjs-zeparser

Javascript library for parsing javascript code
  https://github.com/qfox/ZeParser
  0
  no reviews



Parse javascript code elements with client-side javascript (browser). the parser has two modes for parsing: simple and extended.

the simple mode is mainly for just parsing and returning the streams and a simple parse tree. there's not so much meta information here and this mode is mainly built for speed.

the extended mode has everything required for zeon to do its job.

this package provides zeparser as a javascript library.