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
- Host: GitHub
- URL: https://github.com/zv3/java-c2java-transpiler
- Owner: zv3
- Created: 2016-09-23T17:08:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-23T17:39:09.000Z (over 9 years ago)
- Last Synced: 2025-01-18T23:59:44.746Z (over 1 year ago)
- Topics: java, transpiler
- Language: Java
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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``