Skip to content

Commit

Permalink
Merge pull request #4 from Fanatics/sm/add-funcs
Browse files Browse the repository at this point in the history
include funcs in simplified ast
  • Loading branch information
nilslice authored May 18, 2019
2 parents 41c3457 + afd20fb commit fe5b69e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/toast/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func main() {
Structs: c.Structs,
TypeDefs: c.TypeDefs,
Interfaces: c.Interfaces,
Funcs: c.Funcs,
}
p.Files = append(p.Files, f)
}
Expand Down

0 comments on commit fe5b69e

Please sign in to comment.