Skip to content

Commit

Permalink
implement 4.07 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Bour committed Apr 18, 2018
1 parent c70ab48 commit c30a083
Show file tree
Hide file tree
Showing 13 changed files with 6,840 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ to the next and/or previous version.
## Asts

```ocaml
module Ast_402, Ast_403, Ast_404, Ast_405, Ast_406 : sig
module Ast_402, Ast_403, Ast_404, Ast_405, Ast_406, Ast_407 : sig
(* These two modules didn't change between compiler versions.
Just share the ones from compiler-libs. *)
Expand Down
2 changes: 2 additions & 0 deletions bin/ocaml_migrate_parsetree.ml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ let () =
"<filename> Produce an ast valid for OCaml 4.05 in <filename>");
("-to-ocaml406", Arg.String (add Migrate_parsetree.OCaml_406),
"<filename> Produce an ast valid for OCaml 4.06 in <filename>");
("-to-ocaml407", Arg.String (add Migrate_parsetree.OCaml_407),
"<filename> Produce an ast valid for OCaml 4.07 in <filename>");
(*$*)
] in
Arg.parse arg_spec set_input usage_msg;
Expand Down
Loading

0 comments on commit c30a083

Please sign in to comment.