This repository was archived by the owner on Aug 7, 2024. It is now read-only.
File tree 1 file changed +1
-18
lines changed
1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,4 @@ let's combine these three and challenge ourselves to write a JavaScript parser i
6
6
This will be the guide for you if you are interested in learning Rust, parsers,
7
7
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.
8
8
9
- The guide will cover all the basic topics of writing a JavaScript parser in rust.
10
- The tutorials will explain some topics in more depth.
11
-
12
- - [ Read the guide] ( https://oxc-project.github.io/javascript-parser-in-rust/docs/intro )
13
- - [ Read the tutorials] ( https://oxc-project.github.io/javascript-parser-in-rust/blog )
14
-
15
- Suggestions and corrections are always welcome, please feel free to create an issue, or contact me on Twitter.
16
-
17
- <a href =" https://twitter.com/boshen_c " >
18
- <img height =" 20 " src =" https://img.shields.io/twitter/follow/boshen_c?style=social " />
19
- </a >
20
-
21
- ## Contributing
22
-
23
- - English ` pnpm run start `
24
- - Japanese: ` pnpm run start --locale ja `
25
- - Korean: ` pnpm run start --locale ko `
26
- - Chinese: ` pnpm run start --locale zh `
9
+ [ Read the guide] ( https://oxc.rs/docs/learn/ecmascript/spec.html )
You can’t perform that action at this time.
0 commit comments