Skip to content

ashmorer/ece653-a2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECE6: Assignment 2

Full coverage for all reachable statements in the class SymExec is achieved. Only an assert False is not reached as the parser will not pass a symbol that is not <,>,=,>=,<= for AExp.

Replace FIRST_NAME, LAST_NAME, WATIAM, and STUDENT_ID, EMAIL in user.yml by your first and last name, WatIAM id, student number, and email, respectively. Note that your WatIAM id is the ID you use to login to Quest. Use plain ASCII characters as much as possible.

Do not change the format of the file. We will parse it automatically. Only enter the information requested.

Commit your changes and submit on GitHub.

You can validate your yaml file using online YAML parser: http://yaml-online-parser.appspot.com/

About

Repo for ECE653 A2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.5%
  • C 2.7%
  • C++ 1.4%
  • JavaScript 0.2%
  • HTML 0.1%
  • CSS 0.1%