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.
Dulma Churchill 71fde88950
[IR] Adding support for variable attributes, adding __block for ObjC variables
7 years ago
..
README.md [infer][PR] JMain link is broken 8 years ago
doc.odocl initial synchronization 10 years ago
jAnnotation.ml [ocamlformat] Use ocamlformat from github 7 years ago
jAnnotation.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
jClasspath.ml [ocamlformat] Upgrade ocamlformat to v0.2 from opam 7 years ago
jClasspath.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
jConfig.ml [infer][java] remove the hack around virtual calls on arrays 8 years ago
jConfig.mli [infer][java] remove the hack around virtual calls on arrays 8 years ago
jContext.ml [cfg] minor renamings 7 years ago
jContext.mli [cfg] minor renamings 7 years ago
jFrontend.ml [ocamlformat] Upgrade ocamlformat to v0.2 from opam 7 years ago
jFrontend.mli [cfg] minor renamings 7 years ago
jMain.ml [cleanup] remove harness-related code 7 years ago
jMain.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
jTrans.ml [IR] Adding support for variable attributes, adding __block for ObjC variables 7 years ago
jTrans.mli [infer][java] the skip-implementation option should preserve the line number information, which is not the case when translated those methods as native methods 8 years ago
jTransExn.ml [ocamlformat] Upgrade ocamlformat to v0.2 from opam 7 years ago
jTransExn.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
jTransType.ml [ocamlformat] Use ocamlformat from github 7 years ago
jTransType.mli [infer][java] make the code more consistent to detect that constructor is a creating a resource 8 years ago

README.md

Java Front-End

This is the front-end for java compilers.

The main entry point is JMain.