For this programming assignment, the use of AI-assisted tools, such as GitHub Copilot, ChatGPT, Gemini, or similar platforms, to automatically generate code is strictly prohibited. Using AI tools in this way undermines the learning process and violates academic integrity policies. The purpose of this assignment is to assess your understanding and application of the concepts covered in the course. Failure to comply with these guidelines may result in academic penalties, including but not limited to a lower grade.
If you have any questions about the assignment or need clarification on any concepts, please do not hesitate to visit your instructor during office hours. Rely solely on your knowledge, the course materials, and any authorized resources provided by the instructor.
This activity should be developed individually.
Write the required code in order to implement correctly the following Delta compiler exercises:
Make sure your new code integrates well with all the code developed in class [check the github repository: Section 501 (7:30 P.M.), Section 502 (5:00 P.M.)] and that it passes all tests contained in the unit test files that should be contained in the tests
folder (162 test in total).
Add at the top of all the source files you have created and/or modified a comment with your student ID and name. For example:
# Author: A01770771 James Howlett
Create a ZIP file called project.zip
containing all the files and nested folders (delta
, tests
, and web
) of the project
directory as described and used in class together with your provided code.
Para entregar el archivo project.zip
, ingresa los siguientes datos:
Due date is Sunday, June 1.