I think read will now read integers and symbols, but it's untested.

Everything compiles.
This commit is contained in:
Simon Brooke 2026-04-01 16:06:16 +01:00
parent cc8e96eda4
commit 9eb0d3c5a0
28 changed files with 594 additions and 293 deletions

View file

@ -18,7 +18,7 @@
extern CURLSH *io_share;
int io_init( );
int initialise_io( );
#define C_IO_IN L"*in*"
#define C_IO_OUT L"*out*"
@ -30,6 +30,10 @@ URL_FILE *file_to_url_file( FILE * f );
wint_t url_fgetwc( URL_FILE * input );
wint_t url_ungetwc( wint_t wc, URL_FILE * input );
struct pso_pointer get_character( struct pso_pointer read_stream );
struct pso_pointer push_back_character( struct pso_pointer c, struct pso_pointer r);
struct pso_pointer get_default_stream( bool inputp, struct pso_pointer env );
struct pso_pointer