js_parser
Parses JavaScript source code into an AlephTree.
Built on top of rslint_parser.
Installation
[]
= "0.1"
Usage
let ast = parse;
Example
Input:
Produces an AlephTree::LetRec with two arguments and an Add body.
Related
aleph-syntax-tree— AST definitionalephc— uses this parser with--features js_parse