small TODOs

This commit is contained in:
Brian Picciano 2016-07-28 17:14:33 -06:00
parent f5facb6506
commit 63fead5d8b

View File

@ -9,10 +9,10 @@ import (
"github.com/mediocregopher/ginger/lexer"
)
// TODO empty blocks
// TODO empty blocks?
// TODO empty parenthesis
// TODO need to figure out how to test LLVMVal stuff
// TODO once we're a bit more confident, make ActualFunc
// Actual represents the actual expression in question, and has certain
// properties. It is wrapped by Expr which also holds onto contextual