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

https://github.com/hassan11196/compilerconstruction-a1


https://github.com/hassan11196/compilerconstruction-a1

hacktoberfest

Last synced: 3 months ago
JSON representation

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.`