0.2.0 • Published 7 years ago

parserjs v0.2.0

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
7 years ago

parser.js

Build Status

Javascript AST parser

Under development

This is an attempt to extract the Parser service of Angluar.js and use it externally with other libararies or even in Vanillajs.

Example

var parserjs = require('./parser.js').parserjs;

var fn = parserjs.parse('1 == 1');

fn(); // true

Authors

  • Angular.js 1.6 contributors for writing Parser
  • Afshin Mehrabani to extract the Parser service

License

Please see the Angular.js license. This repository released under GPL v3.0.