Removed finished TODO
This commit is contained in:
parent
8a36697002
commit
4e0890053d
2 changed files with 0 additions and 1 deletions
Binary file not shown.
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue