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

index 292e2e3670fc1f5938539952a854b66149b81cf6..36e5f66fc82923b20bb3eaa317eb1d0390348b2d 100644 (file)
@@ -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) {