How do I edit an AST while parsing it?

This page summarizes the projects mentioned and recommended in the original post on /r/Compilers

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Acorn

    A small, fast, JavaScript-based JavaScript parser

  • https://github.com/acornjs/acorn For parsing the tree

  • astring

    🌳 Tiny and fast JavaScript code generator from an ESTree-compliant AST.

  • and https://github.com/davidbonnet/astring For rebuilding the tree

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • astexplorer

    A web tool to explore the ASTs generated by various parsers.

  • https://astexplorer.net/ For checking out the pattern I am trying to match.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Understanding Code Structure: A Beginner's Guide to Tree-sitter

    2 projects | dev.to | 6 Apr 2024
  • How to create your own Eslint rule with tests, boosting the DX, and code-review

    2 projects | dev.to | 27 Mar 2024
  • 😱 ESlint over Conventions - You have Not unlocked the power of ESlint 😱

    2 projects | dev.to | 29 Sep 2023
  • AST Exploret

    1 project | news.ycombinator.com | 5 Sep 2023
  • Creating my own typescript compiler

    2 projects | /r/typescript | 1 Jul 2023