Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 932 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 932 Bytes

giron-rs

LICENSE Build Status Active Development

The goal of the giron-rs project is to provide ECMAScript parsing capabalities for Rust and WebAssembly programmers. The output is an Abstract Syntax Tree (AST) in JSON format using the ESTree specification. ESTree is the most popular output format of open source javascript parsers.

giron

The giron rust crate is a library for parsing ECMAScript.

giron-wasm

A WebAssembly based package for parsing ECMAScript on the client side.

giron-node

A Rust based native node.js package for parsing ECMAScript in node.js.