sketched out more TODOs
This commit is contained in:
parent
900ab87f92
commit
f3c0f366d2
2 changed files with 14 additions and 6 deletions
10
pkg/shsh/symbol_table.go
Normal file
10
pkg/shsh/symbol_table.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue