fkling / astexplorer

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

Add support for semantic / tree-sitter #688

Open 0xdevalias opened 1 year ago

0xdevalias commented 1 year ago

It would be really cool if AST Explorer was able to support 'Semantic' and/or 'Tree-Sitter':


Tree sitter's WASM distribution seems to be able to create an AST in browser:

npmjs.com/package/web-tree-sitter

Originally posted by @privatenumber in https://github.com/fkling/astexplorer/issues/622#issue-1087317072

See also:

0xdevalias commented 12 months ago

See also: