From 22da771cab0a81be09ddbbbb83ce688fb247c31f Mon Sep 17 00:00:00 2001 From: Boshen Date: Sun, 12 Feb 2023 21:42:08 +0800 Subject: [PATCH] chore: update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46c77e7f1..b88c50321 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ Test262 Summary: AST Parsed : 43934/43934 (100.00%) Babel Summary: -AST Parsed : 2043/2057 (99.32%) +AST Parsed : 2044/2057 (99.37%) TypeScript Summary: -AST Parsed : 4287/4861 (88.19%) +AST Parsed : 4290/4861 (88.25%) ``` (The parser is failing some of the TypeScript recoverable parser tests.) @@ -50,7 +50,7 @@ AST Parsed : 4287/4861 (88.19%) ## Learning Resources * My [small tutorial on how to write a JavaScript Parser in Rust](https://boshen.github.io/javascript-parser-in-rust/) -* [Insert your aspirational learning resources here] +* [Insert your inspirational learning resources here] ## Credits