General style changes, nothing major
This commit is contained in:
@@ -3,6 +3,7 @@ open Printf;;
|
||||
open Lisp;;
|
||||
open Eval;;
|
||||
open Read;;
|
||||
|
||||
let rec repl env c =
|
||||
let () = printf ">>> "; Out_channel.flush Out_channel.stdout; in
|
||||
match In_channel.input_line c with
|
||||
@@ -14,4 +15,5 @@ let rec repl env c =
|
||||
Out_channel.flush Out_channel.stdout;
|
||||
repl env c;;
|
||||
|
||||
let _ = repl (make_env ()) (In_channel.stdin)
|
||||
|
||||
let _ = repl (make_env ()) (In_channel.stdin)
|
||||
|
Reference in New Issue
Block a user