Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js_parser

Parses JavaScript source code into an AlephTree. Built on top of rslint_parser.

Installation

[dependencies]
js_parser = "0.1"

Usage

let ast = js_parser::parse(source_code);

Example

Input:

function add(a, b) {
    return a + b;
}

Produces an AlephTree::LetRec with two arguments and an Add body.

Related

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages