sketched out more TODOs

This commit is contained in:
Aidan 2019-11-21 20:32:00 -08:00
parent 900ab87f92
commit f3c0f366d2
No known key found for this signature in database
GPG key ID: 327711E983899316
2 changed files with 14 additions and 6 deletions

10
pkg/shsh/symbol_table.go Normal file
View 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