mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 13:18:59 +00:00
No description
| .cargo | ||
| .github/workflows | ||
| crates/oxc_parser | ||
| .gitignore | ||
| Cargo.toml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
| rust-toolchain.toml | ||
| rustfmt.toml | ||
The JavaScript Oxidation Compiler (oxc)
Why this project?
The aim of this project is to:
- Create a blazingly fast JavaScript Compiler written in Rust.
- Provide good documentation on learning Rust and compiler techniques.
And mostly importantly, an invitation for you to come and learn Rust with me. We will learn a lot from each other!
You can watch this project and also follow me on twitter if you don't have the time to Rust but would like to learn things.
Milestone
The current goal is to write a JavaScript parser which can parse most of the language conformance tests from Test262, Babel and TypeScript.
Learning Resources
- My small tutorial on how to write a JavaScript Parser in Rust
- [Insert your aspirational learning resources here]
Credits
This project is inspired by the following great mentors and projects: