]> git.mdlowis.com Git - proto/sclpl.git/commitdiff
Removed todos
authorMike Lowis <mike.lowis@gentex.com>
Tue, 15 Dec 2015 16:37:41 +0000 (16:37 +0000)
committerMike Lowis <mike.lowis@gentex.com>
Tue, 15 Dec 2015 16:37:41 +0000 (16:37 +0000)
source/main.c

index 39aff62e780408d00a951138082d57d757f2fbb8..0dea5f4a9af24b9765aae93b8266f03923712f1a 100644 (file)
@@ -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 {