nissy-dev / javascript-parser-in-rust

A book on writing a JavaScript Parser in Rust

Home Page:https://boshen.github.io/javascript-parser-in-rust/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, swc or Rome in the near future.

The guide will cover all the basic topics of writing a JavaScript parser in rust. The tutorials will explain some topics in more depth.

Suggestions and corrections are always welcome, please feel free to create an issue, or contact me on Twitter.

About

A book on writing a JavaScript Parser in Rust

https://boshen.github.io/javascript-parser-in-rust/


Languages

Language:JavaScript 45.8%Language:TypeScript 31.0%Language:CSS 22.3%Language:Shell 1.0%