LLVM Compiler For Csim


Csim is a toy language designed similar to C and C++ in terms syntax. It consists of a scanner written in flex, parser in bison, interpreter and a custom compiler for LLVM IR generation.

Usage:- Type ./csim filename where filename is a program written in Csim