Reduced token size
This commit is contained in:
parent
7bfd0e731d
commit
1e3705df55
47 changed files with 543 additions and 764 deletions
|
@ -1,6 +1,4 @@
|
|||
package ast
|
||||
|
||||
import "fmt"
|
||||
|
||||
type Node fmt.Stringer
|
||||
type Node any
|
||||
type AST []Node
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue