Removed finished TODO

This commit is contained in:
Aidan 2019-11-28 00:44:28 -08:00
parent 8a36697002
commit 4e0890053d
No known key found for this signature in database
GPG key ID: 327711E983899316
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View file

@ -44,7 +44,6 @@ func Lex(input string) *Token {
*iter.position = pos *iter.position = pos
if is_list { if is_list {
// 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 *iter._inner = LIST