SHS/pkg/shsh/symbol_table.go

11 lines
201 B
Go
Raw Normal View History

2019-11-21 20:32:00 -08:00
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