feat: reducer, but doesn`t work
This commit is contained in:
@@ -5,13 +5,13 @@ type TokenType int
|
||||
const (
|
||||
TokenOpenParen TokenType = iota
|
||||
TokenCloseParen
|
||||
TokenAtom
|
||||
TokenVariable
|
||||
TokenSlash
|
||||
TokenDot
|
||||
)
|
||||
|
||||
type Token struct {
|
||||
Index int
|
||||
Type TokenType
|
||||
Type TokenType
|
||||
Value string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user