Skip to content

Commit

Permalink
added ast passes
Browse files Browse the repository at this point in the history
  • Loading branch information
Westsi committed Jul 3, 2024
1 parent 7510939 commit 448c544
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ast/simplifyleaves.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package ast

func (a *Program) SimplifyLeaves() {

}
5 changes: 5 additions & 0 deletions ast/splitinfix.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package ast

func (a *Program) SplitInfix() {

}
1 change: 1 addition & 0 deletions ast/treewalk.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package ast

0 comments on commit 448c544

Please sign in to comment.