binjs_meta

Crates.iobinjs_meta
lib.rsbinjs_meta
version0.5.4
sourcesrc
created_at2018-03-07 10:50:07.108504
updated_at2020-03-09 19:41:54.684258
descriptionPart 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.
homepagehttps://binast.github.io/ecmascript-binary-ast/
repositoryhttps://github.com/binast/binjs-ref
max_upload_size
id54308
size174,686
David Teller (Yoric)

documentation

README

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.

Commit count: 924

cargo fmt