Allowing default shell, and renaming it to shell.ml
Dependencies
- [2]
ODUDDQRYAdding the OCaml interface - [3]
P27ILID2Frontend: starting the connection before linking - [*]
UWQB743KFirst working shell (with ocaml code)
Change contents
- replacement in elpe/bin/elpe_bin.ml at line 89
and files = anon (non_empty_sequence_as_list ("file" %: string)) inand files = anon (sequence ("file" %: string)) in - replacement in elpe/bin/elpe_bin.ml at line 93
(let* _ = compile (if files = [] then [ "build.ml" ] else files) in(let* _ = compile (if files = [] then [ "shell.ml" ] else files) in