https://github.com/hassan11196/compilerconstruction-a1
https://github.com/hassan11196/compilerconstruction-a1
hacktoberfest
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hassan11196/compilerconstruction-a1
- Owner: hassan11196
- Created: 2021-03-08T17:35:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T16:35:33.000Z (over 3 years ago)
- Last Synced: 2025-01-05T20:10:41.410Z (5 months ago)
- Topics: hacktoberfest
- Language: Java
- Homepage:
- Size: 157 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Generator for C Functions:
## What's code generation?
In computing, code generation is the process by which a compiler's code generator converts some intermediate representation of source code into a form that can be readily executed by a machine. Sophisticated compilers typically perform multiple passes over various intermediate forms.
## About the project
In this project, tail end recursive program is generated in C from a JSON object.
Input Directory for JSON: `input_function/`
Output Directory for C code: `output_code/`
`Build and Run Class CodeGeneratorDriver.`