Rename project to vise
This commit is contained in:
@@ -13,11 +13,11 @@ import (
|
||||
"github.com/alecthomas/participle/v2"
|
||||
"github.com/alecthomas/participle/v2/lexer"
|
||||
|
||||
"git.defalsify.org/festive/vm"
|
||||
"git.defalsify.org/vise/vm"
|
||||
)
|
||||
|
||||
|
||||
// Asm assembles bytecode from the festive assembly mini-language.
|
||||
// Asm assembles bytecode from the vise assembly mini-language.
|
||||
type Asm struct {
|
||||
Instructions []*Instruction `@@*`
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"log"
|
||||
"testing"
|
||||
|
||||
"git.defalsify.org/festive/vm"
|
||||
"git.defalsify.org/vise/vm"
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
// Package asm parses and compiles festive assembly code to bytecode.
|
||||
// Package asm parses and compiles vise assembly code to bytecode.
|
||||
package asm
|
||||
|
||||
@@ -3,7 +3,7 @@ package asm
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"git.defalsify.org/festive/vm"
|
||||
"git.defalsify.org/vise/vm"
|
||||
)
|
||||
|
||||
// BatchCode defines quasi-opcodes that expand to mulitple individual vm instructions.
|
||||
|
||||
@@ -3,7 +3,7 @@ package asm
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.defalsify.org/festive/vm"
|
||||
"git.defalsify.org/vise/vm"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user