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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen authored Aug 7, 2024
1 parent 6672915 commit b85118c
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,4 @@ let's combine these three and challenge ourselves to write a JavaScript parser i
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.

The guide will cover all the basic topics of writing a JavaScript parser in rust.
The tutorials will explain some topics in more depth.

- [Read the guide](https://oxc-project.github.io/javascript-parser-in-rust/docs/intro)
- [Read the tutorials](https://oxc-project.github.io/javascript-parser-in-rust/blog)

Suggestions and corrections are always welcome, please feel free to create an issue, or contact me on Twitter.

<a href="https://twitter.com/boshen_c">
<img height="20" src="https://img.shields.io/twitter/follow/boshen_c?style=social" />
</a>

## Contributing

- English `pnpm run start`
- Japanese: `pnpm run start --locale ja`
- Korean: `pnpm run start --locale ko`
- Chinese: `pnpm run start --locale zh`
[Read the guide](https://oxc.rs/docs/learn/ecmascript/spec.html)

0 comments on commit b85118c

Please sign in to comment.