Kifflom!
This commit is contained in:
parent
93023774d2
commit
f15ee2d6d7
|
@ -6,7 +6,7 @@ package lexer
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/localhots/punk/buffer"
|
"github.com/localhots/kifflom/buffer"
|
||||||
)
|
)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
|
|
|
@ -7,7 +7,7 @@ import (
|
||||||
"runtime"
|
"runtime"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/localhots/punk/buffer"
|
"github.com/localhots/kifflom/buffer"
|
||||||
)
|
)
|
||||||
|
|
||||||
func BenchmarkRun(t *testing.B) {
|
func BenchmarkRun(t *testing.B) {
|
||||||
|
|
4
main.go
4
main.go
|
@ -7,8 +7,8 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/davecheney/profile"
|
"github.com/davecheney/profile"
|
||||||
"github.com/localhots/punk/buffer"
|
"github.com/localhots/kifflom/buffer"
|
||||||
"github.com/localhots/punk/parser"
|
"github.com/localhots/kifflom/parser"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
|
@ -5,8 +5,8 @@ import (
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/localhots/punk/buffer"
|
"github.com/localhots/kifflom/buffer"
|
||||||
"github.com/localhots/punk/lexer"
|
"github.com/localhots/kifflom/lexer"
|
||||||
)
|
)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
|
|
Loading…
Reference in New Issue