From d7bb48d334146e76f92a3618875d2c9ccffbdfbe Mon Sep 17 00:00:00 2001 From: Ishan Vyas Date: Tue, 24 Sep 2024 12:39:28 +0530 Subject: [PATCH 1/2] Add AST parsers awesome list --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index baed0403eb..5fe630dd8e 100644 --- a/readme.md +++ b/readme.md @@ -887,6 +887,7 @@ - [Astrophotography](https://github.com/lunohodov/awesome-astrophotography#readme) - Photography of astronomical objects, celestial events, or areas of the night sky. - [HPC](https://github.com/dstdev/awesome-hpc#readme) - High Performance Computing. - [Geocaching](https://github.com/FoxFil/awesome-geocaching#readme) - Outdoor treasure-hunting activity that uses GPS-enabled devices. +- [AST Parsers/tools](https://github.com/ishanvyas22/awesome-ast-parsers#readme) - List of parsers to generate Abstract Syntax Tree(AST) from the code. ## Related From dfda56a11f9cae456954fb7221572af0da614d29 Mon Sep 17 00:00:00 2001 From: Ishan Vyas Date: Tue, 24 Sep 2024 12:55:18 +0530 Subject: [PATCH 2/2] Fix description --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5fe630dd8e..be6a144f4f 100644 --- a/readme.md +++ b/readme.md @@ -887,7 +887,7 @@ - [Astrophotography](https://github.com/lunohodov/awesome-astrophotography#readme) - Photography of astronomical objects, celestial events, or areas of the night sky. - [HPC](https://github.com/dstdev/awesome-hpc#readme) - High Performance Computing. - [Geocaching](https://github.com/FoxFil/awesome-geocaching#readme) - Outdoor treasure-hunting activity that uses GPS-enabled devices. -- [AST Parsers/tools](https://github.com/ishanvyas22/awesome-ast-parsers#readme) - List of parsers to generate Abstract Syntax Tree(AST) from the code. +- [AST Parsers](https://github.com/ishanvyas22/awesome-ast-parsers#readme) - Parsers to generate Abstract Syntax Tree (AST) from the code. ## Related