Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Boshen/javascript-parser-in-rust
- Owner: oxc-project
- Created: 2022-08-10T03:11:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T02:45:32.000Z (5 months ago)
- Last Synced: 2024-08-04T15:05:58.326Z (5 months ago)
- Topics: javascript, parser, rust
- Language: JavaScript
- Homepage: https://oxc-project.github.io/javascript-parser-in-rust/
- Size: 5.99 MB
- Stars: 476
- Watchers: 8
- Forks: 24
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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)