migrate to my main gitlab
This commit is contained in:
parent
d17e975cc8
commit
c7008bb19e
12 changed files with 20 additions and 20 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
package ast
|
||||
|
||||
import "git.callpipe.com/aidan/shs/log"
|
||||
import "gitlab.com/whom/shs/log"
|
||||
|
||||
func (t *Token) Eval(funcs FuncTable, vars VarTable) (*Token, bool) {
|
||||
if t == nil {
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
package ast
|
||||
|
||||
import "git.callpipe.com/aidan/shs/log"
|
||||
import "gitlab.com/whom/shs/log"
|
||||
|
||||
type Operation func(*Token, VarTable, FuncTable) *Token
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
package ast
|
||||
|
||||
import (
|
||||
"git.callpipe.com/aidan/shs/log"
|
||||
"gitlab.com/whom/shs/log"
|
||||
"unicode"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ import (
|
|||
"math"
|
||||
"strconv"
|
||||
"strings"
|
||||
"git.callpipe.com/aidan/shs/log"
|
||||
"gitlab.com/whom/shs/log"
|
||||
)
|
||||
|
||||
// Trigger this if you are using this for a shell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue