fkling / astexplorer

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

Update Go parser with generics support #697

Open mark-pictor-csec opened 1 year ago

mark-pictor-csec commented 1 year 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.

StevenACoffman commented 1 week ago

Fixed by #727