/compiler

A C compiler written in Python for learning purposes

Primary LanguagePython

Compiler

A C compiler written in Python for learning purposes

Requirements

Python from version 3+ available at: (https://www.python.org/).

How to use

To run the compiler, first write a code in C in a file named main.c then run the command below.

$ python3 run.py