From 035153909bd20f1438002ee412ae8a5f55dae69a Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Tue, 21 Oct 2014 16:11:04 -0400 Subject: [PATCH] updated todo list --- source/sclpl/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/sclpl/main.c b/source/sclpl/main.c index 292e2e3..36e5f66 100644 --- a/source/sclpl/main.c +++ b/source/sclpl/main.c @@ -182,6 +182,7 @@ static int emit_program(void) { * Formalize grammar for parser * Paren for function application must be on same line as variable in REPL + * Handle punctuation in the grammar directly instead of as an AST op. */ int main(int argc, char **argv) { -- 2.52.0