Skip to content

goobaby/Simple-Python-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group: Andrew Avola, Amit Deb

Got Code From: No one

Got Helped By: No one

Features not implemented:

NOTE: Our Range function uses the variable name that comes after "for" in its conditional check. 
Because of this, our test for lines 21-24 in testPrograms2.py does not work exactly as it does in python. 
In an actual python interpreter, the loop happens 133 times because it isn't using the "v" as the variable in its conditional. 
In our code, we are using the "v" on line 22 in our range function to check the conditional each loop iteration, similar to how c++ would use "i" in for(int i = 0...).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published