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 lexer
import "strconv"
import "git.tebibyte.media/sashakoshka/arf/infoerr"
import "git.tebibyte.media/arf/arf/infoerr"
// tokenizeSymbolBeginning lexes a token that starts with a number.
func (lexer *LexingOperation) tokenizeNumberBeginning (negative bool) (err error) {