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

Commit b85118c

Browse files
authored
Update README.md
1 parent 6672915 commit b85118c

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

README.md

+1-18
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,4 @@ let's combine these three and challenge ourselves to write a JavaScript parser i
66
This will be the guide for you if you are interested in learning Rust, parsers,
77
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.
88

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)

0 commit comments

Comments
 (0)