Skip to content

Commit

Permalink
move files
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenreup committed Mar 10, 2024
1 parent be03fd7 commit 2c590bf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion evaluator/evaluator.go → src/evaluator/evaluator.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package evaluator

import (
"github.com/sevenreup/chewa/object"
"github.com/sevenreup/chewa/src/object"
"github.com/sevenreup/chewa/src/ast"
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package evaluator

import (
"github.com/sevenreup/chewa/object"
"github.com/sevenreup/chewa/src/object"
"github.com/sevenreup/chewa/src/lexer"
"github.com/sevenreup/chewa/src/parser"
"testing"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/repl/repl.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package repl
import (
"bufio"
"fmt"
"github.com/sevenreup/chewa/evaluator"
"github.com/sevenreup/chewa/src/evaluator"
"github.com/sevenreup/chewa/src/parser"
"io"

Expand Down

0 comments on commit 2c590bf

Please sign in to comment.