]> git.mdlowis.com Git - proto/sclpl.git/commitdiff
updated todo list
authorMichael D. Lowis <mike@mdlowis.com>
Tue, 21 Oct 2014 20:15:37 +0000 (16:15 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Tue, 21 Oct 2014 20:15:37 +0000 (16:15 -0400)
source/sclpl/main.c

index 36e5f66fc82923b20bb3eaa317eb1d0390348b2d..538e33d40f38310876ea3facd04c8a1fa5904ec0 100644 (file)
@@ -183,6 +183,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.
+    * Implement name mangling algorithm for files and identifiers
 
 */
 int main(int argc, char **argv) {