An open API service indexing awesome lists of open source software.

https://github.com/zv3/java-c2java-transpiler

A very basic C-to-Java source to source compiler written in Java
https://github.com/zv3/java-c2java-transpiler

java transpiler

Last synced: 22 days ago
JSON representation

A very basic C-to-Java source to source compiler written in Java

Awesome Lists containing this project

README

          

# C to Java source-to-source transpiler
A very basic C-to-Java source to source transpiler written in Java. This project was part of a 'Compilers' course I had at uni as a final project assignment.

# Usage
``java -jar target/c2java-transpiler-1.0-SNAPSHOT.jar in-c-file.c out-java-file.java``