Move ast and parser out of internal

This commit is contained in:
2023-10-30 18:38:53 -07:00
parent 7e307d8811
commit e01755bbf5
13 changed files with 292 additions and 296 deletions

View File

@@ -7,7 +7,7 @@ import (
"io"
"reflect"
"go.elara.ws/salix/internal/ast"
"go.elara.ws/salix/ast"
)
var (