Source-to-source compiler: Difference between revisions

Content deleted Content added
Typo fix, looks like someone forgot to check their cursor before typing
Line 152:
| Js_of_ocaml<ref name="Ocam1"/> of Ocsigen || [[OCaml]] || [[JavaScript]]
|-
| J2Eif<ref name="J2EIF"/> || [[Java (programming language)|Java]] || [[Eiffel (programming language)|Eiffel]] || The resulting Eiffel code has classeRustsclasses and structures similar to the Java program but following Eiffel syntax and conventions.
|-
| C2Eif<ref name="C2EIF"/> || [[C (programming language)|C]] || [[Eiffel (programming language)|Eiffel]] || The resulting Eiffel code has classes and structures that try to be as clean as possible. The tool is complete and relies on embedding the C and assembly code if it cannot translate it properly.