A Pseudo Code generator for simple C++ programs.
- Contributor No 1: Sarthak Gupta
- Contributor No. 2: Abhishek Singh Saini
- Contributor No. 3: Ranjan Binwani
- License: MIT License
The code works as follows:
- There are two files: main.cpp anf prog.cpp
- prog.cpp will contain the program which will be parsed to pseudo code.
- main.cpp will be compiled and the output will contain the pseudo-code of prog.cpp file.