Skip to content

A C++ interpreter in Python that handles C++ constructs such as conditional statements, while loops and variable assignments

Notifications You must be signed in to change notification settings

WaliHassanKhan/C-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction:  A C++ interpreter that handled C++ constructs
such as conditional statements and loops

Programming Language: Python 2.7

Add C++ code in test.txt and run main.py file.

Example test: The sample code in text file asks you to input a number less than 10. Enter an integer value to continue

About

A C++ interpreter in Python that handles C++ constructs such as conditional statements, while loops and variable assignments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages