Complete the full interpreter programming assignment.
Be sure to include your code and tests from previous submissions, but feel free to make any improvements to your code.
Remember: Your tests will be graded as well. Make sure to include comprehensive tests for multiple cases.
https://www.dropbox.com/request/cUjeFUupo3BG3mhKpWn2
Submission due Friday, Apr 14, 11PM
Folder structure:
[email protected]
└── final-submission
├── interp-code.arr
└── interp-tests.arr
Follow final submission folder structure
https://www.dropbox.com/request/TetL6vxRgKd4XnH7gbuL
https://cs.brown.edu/courses/cs173/2016/assignments/programming/interp.html
But, implement tests and code only for the following sections:
3.1 And/Or # Code and tests due on Monday, 6 March
4.2 Binary Operators
4.3 Conditionals
- Create a folder with your email address as its name, following the corresponding folder structure below (Use up.edu.ph emails!)
- Zip that folder up:
[email protected]
(Use zip! Don't use other types of compression. WRONG:[email protected]
,[email protected]
) - Submit the zip file
Tests submission folder structure:
[email protected]
└── tests
└── interp-tests.arr
https://www.dropbox.com/request/N5JRSKZl7A9mkygMFjj9
Final submission folder structure:
[email protected]
└── final-submission
├── interp-code.arr
└── interp-tests.arr