Rename module to "compiler-in-go"
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
0acd1d41e8
commit
9c32fe1d31
29 changed files with 38 additions and 38 deletions
|
|
@ -1,6 +1,6 @@
|
|||
package ast
|
||||
|
||||
import "code.jmug.me/jmug/interpreter-in-go/pkg/token"
|
||||
import "code.jmug.me/jmug/compiler-in-go/pkg/token"
|
||||
|
||||
type PrefixExpression struct {
|
||||
Token token.Token // The operator token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue