EishaMazhar / CompilerConstruction-A1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Java 84.1%Language:C 15.9%