From: Mike Lowis Date: Tue, 15 Dec 2015 16:37:41 +0000 (+0000) Subject: Removed todos X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=e6fdb520981ab646767e1b1abed1652d3bee279b;p=proto%2Fsclpl.git Removed todos --- 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 {