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 /pkg/interpreter/interpreter.go | |
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 'pkg/interpreter/interpreter.go')
-rw-r--r-- | pkg/interpreter/interpreter.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/interpreter/interpreter.go b/pkg/interpreter/interpreter.go index 433f264..4e6474c 100644 --- a/pkg/interpreter/interpreter.go +++ b/pkg/interpreter/interpreter.go @@ -1,8 +1,8 @@ package interpreter import ( - "git.adyxax.org/adyxax/gofunge/pkg/field" - "git.adyxax.org/adyxax/gofunge/pkg/pointer" + "git.adyxax.org/adyxax/gofunge98/pkg/field" + "git.adyxax.org/adyxax/gofunge98/pkg/pointer" ) type Interpreter struct { |