Actually there was a glaring omission in the previous few commits
This commit is contained in:
parent
4f9663acf0
commit
8a36697002
2 changed files with 1 additions and 6 deletions
Binary file not shown.
|
|
@ -47,12 +47,7 @@ func Lex(input string) *Token {
|
||||||
// TODO: Pass a pointer out of Lex and store a pointer
|
// TODO: Pass a pointer out of Lex and store a pointer
|
||||||
*iter._inner = Lex(tok.String())
|
*iter._inner = Lex(tok.String())
|
||||||
is_list = false
|
is_list = false
|
||||||
|
*iter._inner = LIST
|
||||||
if (*iter._inner.tag == FUNCTION) {
|
|
||||||
*iter.tag = CALL
|
|
||||||
} else {
|
|
||||||
*iter.tag = LIST
|
|
||||||
}
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
*iter._inner = tok.String()
|
*iter._inner = tok.String()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue