10 lines
201 B
Go
10 lines
201 B
Go
package shsh
|
|
|
|
import (
|
|
"strings"
|
|
)
|
|
|
|
// TODO: Enum{Operator, Variable}
|
|
// TODO build hashmap bucket
|
|
// TODO define type for function signature operation
|
|
// TODO functions for get_symbol, add_symbol
|