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.
Make sure you have the latest version of NPM installed on your machine, then run:
npm install parserjs
var parserjs = require('./parser.js').parserjs;
var fn = parserjs.parse('1 == 1');
fn(); // true
Please see the Angular.js license. This repository released under GPL v3.0.
Intro.js website and documentation
Lightweight, user-friendly onboarding tour library
Create fake REST API in a minute
A collection of best front-end frameworks for faster and easier web development.
A simple library for Persian language localization.
PROGEX (Program Graph Extractor); a cross platform tool for extracting graphical program representations from software source code
Utility to extract the contents of a subtitle file
An experimental library to extract information from Javascript/Typescript source files.