had an idea or two
This commit is contained in:
parent
2b5e43a322
commit
bb070592a6
2 changed files with 11 additions and 3 deletions
|
|
@ -58,7 +58,8 @@ func string_delimiters_valid(arg string) bool {
|
|||
}
|
||||
|
||||
func list_is_operation(arg *Token) bool {
|
||||
return ((*Token) arg._inner).tag == OPERATOR_T
|
||||
// TODO: Rewrite after implementing a symbol table
|
||||
//return ((*Token) arg._inner).tag == OPERATOR_T
|
||||
}
|
||||
|
||||
// theres probly a way better way to do it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue