The syntax tree is no longer passed by reference

This commit is contained in:
2022-09-04 22:30:14 -04:00
parent 7af575e865
commit 89834ac390
3 changed files with 4 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ type Identifier struct {
trail []string
}
// TypeKind represents what kind of type a type is
// TypeKind represents what kind of type a type is.
type TypeKind int
const (