git-svn-id: https://svn.tlawal.org/svn/monkey@13 f6afcba9-9ef1-4bdd-9b72-7484f5705bac
This commit is contained in:
Tijani Lawal 2022-05-23 17:35:55 +00:00
parent 4691f6c3e5
commit b78944e3d7

View File

@ -3,7 +3,7 @@ package ast
import "monkey/token"
type Node interface {
TokeLiteral() string
TokenLiteral() string
}
type Statement interface {