From 9ebe928f6b01d0fe69e27bf8a1dd3712ad22a1b2 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 30 Oct 2015 23:16:20 -0400 Subject: [PATCH] WIP --- gc-notes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/gc-notes.txt b/gc-notes.txt index 09050d33..fd50c895 100644 --- a/gc-notes.txt +++ b/gc-notes.txt @@ -27,6 +27,7 @@ declare_num_op(Cyc_mul, Cyc_mul_op, dispatch_mul, *, 0); declare_num_op(Cyc_div, Cyc_div_op, dispatch_div, /, 1); port_type Cyc_io_open_input_file(void *data, object str) { port_type Cyc_io_open_output_file(void *data, object str) { +object Cyc_io_read_line(void *data, object cont, object port) { - plan: - update runtime, get it to compile