Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 468 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 468 Bytes

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 Biome in the near future.

Read the guide