Added ratio numbers

(but some arithmetic is now broken)
This commit is contained in:
Simon Brooke 2018-12-23 20:02:00 +00:00
parent ea1d4ce7ed
commit 4c9fdfc3db
11 changed files with 176 additions and 31 deletions

View file

@ -96,6 +96,7 @@ repl( FILE * in_stream, FILE * out_stream, FILE * error_stream,
inc_ref( input );
if ( exceptionp( input ) ) {
/* suppress the end-of-stream exception */
if ( !feof( pointer2cell( input_stream ).payload.stream.stream ) ) {
repl_print( output_stream, input );
}