You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2022. It is now read-only.
Several places in the code look for ast.Foo but also *ast.Foo.
Example in ast/printer/printer.go:
At the end of the day we are not sure about the kind of object inside in AST.