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

Update Go parser with generics support #697

Open mark-pictor-csec opened 10 months ago

mark-pictor-csec commented 10 months ago

The go parser astexplorer uses reports a version of 1.13.4; if that's a go version, it is very dated. The latest version of golang is 1.21 - see go.dev/dl.

It'd be nice to see astexplorer's go parser updated so people can use it on code with generics, the any keyword, etc.