Skip to content

WebAssembly Based Javascript (ECMAScript) Parser

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

BlueBlazin/giron-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

WebAssembly Based Javascript (ECMAScript) Parser

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages