diff options
author | Julien Dessaux | 2021-09-24 10:09:10 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-09-24 10:09:33 +0200 |
commit | 4cb1cfbef58b6acac9f198e75cb2053f278bcd5d (patch) | |
tree | dd419b91aa4b714503faa4cb9013b92c6c77b3d7 /cmd | |
parent | Made the interpreter pass most of the mycology test suite (diff) | |
download | gofunge98-4cb1cfbef58b6acac9f198e75cb2053f278bcd5d.tar.gz gofunge98-4cb1cfbef58b6acac9f198e75cb2053f278bcd5d.tar.bz2 gofunge98-4cb1cfbef58b6acac9f198e75cb2053f278bcd5d.zip |
Renamed project since I do not intend to support over funge variants
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/headless_interpreter/main.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/headless_interpreter/main.go b/cmd/headless_interpreter/main.go index 8bf97c4..3d2329a 100644 --- a/cmd/headless_interpreter/main.go +++ b/cmd/headless_interpreter/main.go @@ -5,9 +5,9 @@ import ( "fmt" "os" - "git.adyxax.org/adyxax/gofunge/pkg/field" - "git.adyxax.org/adyxax/gofunge/pkg/interpreter" - "git.adyxax.org/adyxax/gofunge/pkg/pointer" + "git.adyxax.org/adyxax/gofunge98/pkg/field" + "git.adyxax.org/adyxax/gofunge98/pkg/interpreter" + "git.adyxax.org/adyxax/gofunge98/pkg/pointer" ) func main() { |