darn that broke input
This commit is contained in:
parent
1fee023bd2
commit
ed836f6790
1 changed files with 1 additions and 2 deletions
|
@ -89,8 +89,7 @@ let _ =
|
||||||
let rec loop ctx =
|
let rec loop ctx =
|
||||||
try
|
try
|
||||||
print_string "> "; flush stdout;
|
print_string "> "; flush stdout;
|
||||||
let line = input_line stdin in
|
let lexbuf = Lexing.from_channel stdin in
|
||||||
let lexbuf = Lexing.from_string line in
|
|
||||||
let x = Parser.main Lexer.token lexbuf in
|
let x = Parser.main Lexer.token lexbuf in
|
||||||
match x with
|
match x with
|
||||||
| Types.Term t ->
|
| Types.Term t ->
|
||||||
|
|
Loading…
Reference in a new issue