binjs_meta 0.5.4

Part of binjs-ref. Tools for manipulating grammars. You probably do not want to use this crate directly unless you're writing an encoder, decoder or parser generator for binjs.
Documentation
1
2
3
4
5
6
7
# 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.