• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Mar-2021-

examples/H15-Mar-2021-1,6691,414

src/H15-Mar-2021-2,6592,055

.cargo-checksum.jsonH A D15-Mar-2021838 11

Cargo.lockH A D15-Mar-202113.6 KiB316277

Cargo.tomlH A D15-Mar-20211.5 KiB4740

README.mdH A D15-Mar-2021271 85

README.md

1# About
2
3This crate contains the tools used to manipulate the abstract syntax of JavaScript,
4i.e. generate parsers, encoders, etc from a specification of ASTs of the language.
5
6Actual tools to manipulate ASTs for a specific version of JavaScript are
7in dependent crates.
8