This commit is contained in:
Guillaume 2026-03-14 00:10:00 +01:00
parent f724aba407
commit c396b3d135
3 changed files with 41 additions and 9 deletions

View file

@ -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