There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
It is a Compiler in python which takes as input a program which follows the grammar of minimal++ (C like language) and then is converted to C language which is finally converted to assembly and works normally like a normal programming language.