SHS/pkg/shsh/symbol_table.go
2019-11-21 20:32:00 -08:00

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