@@ -1,7 +1,7 @@
package operation
import (
- "ypk/assert"
+ "github.com/kpmy/ypk/assert"
)
type Operation int
@@ -1,8 +1,8 @@
package statement
"strconv"
type Statement int
@@ -5,10 +5,10 @@ import (
"fw/cp/constant/enter"
"fw/cp/node"
"fw/cp/object"
+ "github.com/kpmy/ypk/halt"
"reflect"
- "ypk/halt"
type Import struct {
@@ -8,7 +8,7 @@ import (
"fw/cp/constant/operation"
"fw/cp/constant/statement"
const INIT constant.Class = -1
@@ -5,7 +5,7 @@ import (
func (a *basic) Equals(x ComplexType) bool {
@@ -2,8 +2,8 @@ package object
"fw/cp"
type Mode int
@@ -3,7 +3,7 @@ package object
"fmt"
type Type int
@@ -2,7 +2,7 @@ package main
"fw/rt2/context"
type stdDomain struct {
@@ -10,9 +10,9 @@ import (
_ "fw/rt2/rules2"
"fw/rt2/scope"
"fw/utils"
"log"
"time"
var name string
@@ -5,9 +5,9 @@ import (
"fw/rt2/frame"
type FlowFrame interface {
@@ -8,10 +8,10 @@ import (
"fw/xev"
"os"
type Loader func(*mod.Module)
@@ -9,8 +9,8 @@ import (
var count int64
@@ -14,9 +14,9 @@ import (
"fw/rt2/rules2/wrap/eval"
type flow struct {
package items
type ID struct {
@@ -14,10 +14,10 @@ import (
"runtime"
type area struct {
@@ -10,12 +10,12 @@ import (
"fw/rt2/rules2/wrap/data/items"
"math"
"math/big"
"strings"
type data struct {
@@ -11,12 +11,12 @@ import (
rtm "fw/rt2/module"
+ "github.com/kpmy/ypk/mathe"
- "ypk/mathe"
var sys map[string]func(IN, node.Node) OUT
@@ -8,12 +8,9 @@ import (
-)
-
-import (
func BeginExpression(in IN) (out OUT) {
@@ -9,10 +9,10 @@ import (
func getConst(in IN) OUT {
@@ -15,11 +15,11 @@ import (
func makeTrap(f frame.Frame, err traps.TRAP) (out OUT) {
@@ -4,7 +4,7 @@ import (
"fw/rt2"
func KeyOf(in IN, key interface{}) cp.ID {
@@ -7,8 +7,8 @@ import (
"fw/rt2/decision"
func init() {
@@ -7,7 +7,7 @@ import (
"fw/rt2/nodeframe"
var utils nodeframe.NodeFrameUtils
@@ -3,9 +3,9 @@ package xev
"archive/zip"
"fw/cp/module"
"io"
"path/filepath"
const CODE = "code"
@@ -9,12 +9,12 @@ import (
"unicode/utf16"
"unicode/utf8"
var ncache map[int]*Node