mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-06 12:46:35 +02:00
Hook up _read_character
This commit is contained in:
parent
297c8e04ab
commit
941f5bd737
1 changed files with 2 additions and 1 deletions
|
@ -6145,7 +6145,8 @@ void Cyc_io_read_token(void *data, object cont, object port)
|
|||
p->col_num += 4;
|
||||
}
|
||||
return_thread_runnable(data, boolean_f);
|
||||
// TODO: character
|
||||
} else if (c == '\\') {
|
||||
_read_character(data, p);
|
||||
} else if (c == 'e') {
|
||||
_read_number(data, p, 10, 1);
|
||||
} else if (c == 'i') {
|
||||
|
|
Loading…
Add table
Reference in a new issue