• Stars
    star
    1
  • Language
    Python
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

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.