From 63fead5d8b075545b655469e89ba2dff185903b0 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Thu, 28 Jul 2016 17:14:33 -0600 Subject: [PATCH] small TODOs --- expr/expr.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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