Updated module path

This commit is contained in:
2025-02-25 17:16:09 +01:00
parent 98edfb19fd
commit 91f34bc88f
211 changed files with 506 additions and 506 deletions
docs
go.modgo.summain.go
src
arm
asm
asmc
ast
build
cli
compiler
core
cpu
data
elf
errors
expression
fs
macho
pe
register
riscv
scanner
scope
sizeof
token
types
x86
tests

@ -3,7 +3,7 @@ package expression
import (
"math"
"git.akyoto.dev/cli/q/src/token"
"git.urbach.dev/cli/q/src/token"
)
// Operator represents an operator for mathematical expressions.