gloo icon indicating copy to clipboard operation
gloo copied to clipboard

Inline javascript macro crate

Open fitzgen opened this issue 5 years ago • 2 comments

fitzgen avatar Feb 26 '19 22:02 fitzgen

Are there any well-supported javascript parsers for Rust? Tree-sitter seems quite heavy-weight (and I couldn't get the WASM support working). Almond looks to be a better fit but might not be supported anymore.

lemmih avatar May 26 '21 14:05 lemmih

Maybe https://crates.io/crates/swc_ecma_parser or https://crates.io/crates/ressa

lemmih avatar May 26 '21 14:05 lemmih