diff options
Diffstat (limited to 'cmd/vartan/parse.go')
-rw-r--r-- | cmd/vartan/parse.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/vartan/parse.go b/cmd/vartan/parse.go index 0f262b4..568a99c 100644 --- a/cmd/vartan/parse.go +++ b/cmd/vartan/parse.go @@ -55,6 +55,7 @@ func runParse(cmd *cobra.Command, args []string) (retErr error) { return err } fmt.Printf("Accepted\n") + driver.PrintTree(p.AST(), 0) return nil } |