Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Apr 25, 2024
1 parent 57ba1bb commit c67f4de
Show file tree
Hide file tree
Showing 3 changed files with 32,400 additions and 32,308 deletions.
3 changes: 0 additions & 3 deletions runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -7933,9 +7933,6 @@ static void _read_return_number(void *data, port_type * p, int base, int exact)
*/
static void _read_return_complex_number(void *data, port_type * p, int len)
{
// TODO: return complex num, see _read_return_number for possible template
// probably want to have that function extract/identify the real/imaginary components.
// can just scan the buffer and read out start/end index of each number.
int i;
make_empty_vector(vec);
make_string(str, p->tok_buf);
Expand Down
Loading

0 comments on commit c67f4de

Please sign in to comment.