Fixed import paths

This commit is contained in:
2022-08-30 01:11:10 -04:00
parent 06a99ce232
commit 65c213f1f3
21 changed files with 44 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
package parser
import "git.tebibyte.media/sashakoshka/arf/file"
import "git.tebibyte.media/sashakoshka/arf/types"
import "git.tebibyte.media/arf/arf/file"
import "git.tebibyte.media/arf/arf/types"
// SyntaxTree represents an abstract syntax tree. It covers an entire module. It
// can be expected to be syntactically correct, but it might not be semantically