/Translator

A Simple Java to C++ translator

Primary LanguageYacc

Translator

A Simple Java to C++ translator

Build

Create the executable trans using the Make.

make

Translate

Run the following command to convert Java code to C++.

./trans <input_file>.java

Output is saved to <input_file>.cpp

Contributors