fkling / astexplorer

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

[feature] Python typed-ast #482

Closed graingert closed 4 years ago

graingert commented 4 years ago

add https://pypi.org/project/typed-ast/ to the explorer

fkling commented 4 years ago

I assume there isn't a JS version of this available? Unfortunately astexplorer doesn't support server side parsers yet.

Glavin001 commented 4 years ago

Could we use https://www.npmjs.com/package/filbert ?

Glavin001 commented 4 years ago

I've created a Pull Request using Filbert for Python: https://github.com/fkling/astexplorer/pull/521