Crates.io | binjs_meta |
lib.rs | binjs_meta |
version | 0.5.4 |
source | src |
created_at | 2018-03-07 10:50:07.108504 |
updated_at | 2020-03-09 19:41:54.684258 |
description | 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. |
homepage | https://binast.github.io/ecmascript-binary-ast/ |
repository | https://github.com/binast/binjs-ref |
max_upload_size | |
id | 54308 |
size | 174,686 |
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.