Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 342 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 342 Bytes

Java2cpp

Java2cpp is a tool to convert java source to equivalent cpp code.

Supported Features

  1. Type argument reduction
  2. Statement translation (expression, if, for, foreach, while, switch, try-catch, label, return)
  3. Auto import headers
  4. CMake support

Dependencies

Java Parser