diff --git a/expr/expr.go b/expr/expr.go index 0ee235d..4054b9c 100644 --- a/expr/expr.go +++ b/expr/expr.go @@ -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