You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Josh Berdine
bab3d81cb0
Convert Reason to OCaml, and auto-format OCaml
...
Summary:
Conversion and reformat of infer source using ocamlformat
auto-formatting tool.
Current status:
- Because Reason does not handle docstrings, the output of the
conversion is not 'Warning 50'-clean, meaning that there are
docstrings with ambiguous placement. I'll need to manually fix
them just before landing.
Reviewed By: jvillard
Differential Revision: D5225546
fbshipit-source-id: 3bd2786
8 years ago
..
.project
initial synchronization
10 years ago
README.md
[infer][PR] JMain link is broken
8 years ago
doc.odocl
initial synchronization
10 years ago
jAnnotation.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jAnnotation.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jClasspath.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jClasspath.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jConfig.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jContext.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jContext.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jFrontend.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jFrontend.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jMain.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jMain.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jTrans.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jTrans.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jTransExn.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jTransExn.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jTransType.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
jTransType.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
Java Front-End
This is the front-end for java compilers.
The main entry point is JMain .