Skip to content

Commit

Permalink
Update other crate links
Browse files Browse the repository at this point in the history
  • Loading branch information
pingiun authored Jan 8, 2023
1 parent 7428d60 commit 94ce67b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ Once you get to the inner `parts` of a `Program` you have a `Vec<ProgramPart>` w

## The Rust ECMA Crates

- [RESS](https://github.com/freemasen/ress) - Tokenizer or Scanner
- [RESSA](https://github.com/freemasen/ressa) - Parser
- [RESAST](https://github.com/freemasen/resast) - AST
- [RESW](https://github.com/freemasen/resw) - Writer
- [RESS](https://github.com/rusty-ecma/ress) - Tokenizer or Scanner
- [RESSA](https://github.com/rusty-ecma/ressa) - Parser
- [RESAST](https://github.com/rusty-ecma/resast) - AST
- [RESW](https://github.com/rusty-ecma/resw) - Writer

## Why So Many?

Expand Down

0 comments on commit 94ce67b

Please sign in to comment.