fkling / astexplorer

A web tool to explore the ASTs generated by various parsers.
https://astexplorer.net/
MIT License
6.14k stars 729 forks source link

State of the Project #625

Open jogibear9988 opened 2 years ago

jogibear9988 commented 2 years ago

Hello @fkling,

I really like this project, and also greatly understand what investment of time it has to be to keep this alive.

So I've 2 questions:

0xdevalias commented 1 year ago

See also:

sxzz commented 1 month ago

Hi, I created a new AST Explorer: https://github.com/sxzz/ast-explorer. Currently, it only supports popular front-end parsers.

jogibear9988 commented 1 month ago

@sxzz could you add esprima-next?

sxzz commented 1 month ago

@jogibear9988 Now supported in the main branch.