Small-C-Experimental-Language-Compiler

This is a small C compiler coded in Python. Including lexical analysis, syntax analysis, semantic analysis, intermediate code generation, and target assembly code generation.

Code