18 releases
Uses old Rust 2015
0.5.4 | Mar 9, 2020 |
---|---|
0.5.3 | Sep 2, 2019 |
0.5.2 | Jun 7, 2019 |
0.5.0 | Jan 17, 2019 |
0.3.4 | Mar 12, 2018 |
#301 in Compression
82 downloads per month
Used in 2 crates
99KB
2K
SLoC
About
This crate contains the tools used to manipulate the abstract syntax of JavaScript, i.e. generate parsers, encoders, etc from a specification of ASTs of the language.
Actual tools to manipulate ASTs for a specific version of JavaScript are in dependent crates.
lib.rs
:
This crate offers tools designed to aid with the implementation of the JavaScript syntax and BinAST encoders/decoders/manipulators.
Dependencies
~2MB
~33K SLoC