Skip to content

HamzaZaib/AP_lab2_Interpretor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AP_lab2_Interpretor

Interpreter is implemented. Three types of instructions allowed. 1) Let x=0 i.e only 1 variable is declared at a time. 2)x=x+y i.e expression evaluator. 3) Print x print a variable

About

Interpreter is implemented. Three types of instructions allowed Let x=0 //only 1 variable at a time Let y=0 x=x+y //expression evaluator Print x //print a variable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages