Skip to content

ast: command to print an AST of a file

Kevin Daudt requested to merge ast into master

To help writing linters, the ast command can be called on a file, which will print out the entire AST that is generated.

Merge request reports