asts
There are 3 repositories under asts topic.
kentcdodds/asts-workshop
Improved productivity 💯 with the practical 🤓 use of the power 💪 of Abstract Syntax Trees 🌳 to lint ⚠️ and transform 🔀 your code
WolframResearch/codeparser
Parse Wolfram Language source code as abstract syntax trees (ASTs) or concrete syntax trees (CSTs)
Tiffilore/monkey-business
This repository extends the code from the book "Writing an Interpreter in Go" (https://interpreterbook.com/) by adding to it an interactive environment that offers features for analysing and visualizing the ast and its evaluation process in such a way that it is flexible with regard to changes in the implementation. In addition, there is some material provided that may give rise to changes in the implementation of the interpreter; analysis, documentation and tests.