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

oxc-project/javascript-parser-in-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b85118c · Aug 7, 2024
Nov 15, 2023
Aug 11, 2022
Nov 15, 2023
Nov 15, 2023
Dec 1, 2023
Nov 11, 2023
Aug 10, 2022
Aug 10, 2022
Aug 7, 2024
Aug 11, 2022
Nov 12, 2023
Nov 7, 2023
Aug 7, 2024
Aug 16, 2022
Aug 10, 2022

Repository files navigation

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