Add help
This commit is contained in:
parent
f724aba407
commit
c396b3d135
3 changed files with 41 additions and 9 deletions
|
|
@ -6,5 +6,6 @@ let () =
|
|||
|
||||
let s = State.create Sys.argv.(1) in
|
||||
Printf.printf "Loaded %d lines\n" (State.size s);
|
||||
Repl.help ();
|
||||
|
||||
Repl.loop s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue