11 out of 12 unit tests passing, progress!

I don't understand why it works, but it works.
This commit is contained in:
simon 2017-09-12 22:14:11 +01:00
parent 784fdce49a
commit 36d8431a91
26 changed files with 547 additions and 580 deletions

View file

@ -25,8 +25,8 @@ extern "C" {
* @param err_stream the stream to send errors to;
* @param show_prompt true if prompts should be shown.
*/
void repl(FILE * in_stream, FILE * out_stream,
FILE * error_stream, bool show_prompt);
void repl( FILE * in_stream, FILE * out_stream,
FILE * error_stream, bool show_prompt );
#ifdef __cplusplus
}