From e6fdb520981ab646767e1b1abed1652d3bee279b Mon Sep 17 00:00:00 2001 From: Mike Lowis Date: Tue, 15 Dec 2015 16:37:41 +0000 Subject: [PATCH] Removed todos --- source/main.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/main.c b/source/main.c index 39aff62..0dea5f4 100644 --- a/source/main.c +++ b/source/main.c @@ -49,14 +49,6 @@ void usage(void) { exit(1); } -/* TODO: - - * 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. - * Implement name mangling algorithm for files and identifiers - -*/ int user_main(int argc, char **argv) { /* Option parsing */ OPTBEGIN { -- 2.52.0