Skip to content
/ java2cpp Public
forked from redmouth/java2cpp

A tool to convert java source to equivalent c++ code.

Notifications You must be signed in to change notification settings

PackC/java2cpp

 
 

Repository files navigation

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

About

A tool to convert java source to equivalent c++ code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.5%
  • C++ 0.5%