mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
WIP
This commit is contained in:
parent
196cc51431
commit
9ebe928f6b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue