Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Boshen/javascript-parser-in-rust

Tutorial on writing a JavaScript Parser in Rust
https://github.com/Boshen/javascript-parser-in-rust

javascript parser rust

Last synced: about 1 month ago
JSON representation

Tutorial on writing a JavaScript Parser in Rust

Awesome Lists containing this project

README

        

# Write a JavaScript Parser in Rust

Rust, JavaScript, and parsers are all hard to learn,
let's combine these three and challenge ourselves to write a JavaScript parser in Rust.

This will be the guide for you if you are interested in learning Rust, parsers,
or would like to contribute to [oxc](https://github.com/Boshen/oxc), [swc](https://swc.rs) or [Biome](https://biomejs.dev) in the near future.

[Read the guide](https://oxc.rs/docs/learn/ecmascript/spec.html)