Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.38 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.38 KB

UA-CSC453

Repository for student-generated test cases for the University of Arizona's CSC 453 (Compilers) class.

In order to contribute to this git, it is required that you document what exactly your test is testing, and brief detail about how it does this. Submit test cases by push request, and you can expect them to be accepted within 24 hours. Comment should include names of test cases added, and the NetID of the contributor

To Document a Test Case, simply add the next available filename (for iterating through test cases easily), your name & NetID, and a brief description of your test case. Comments within test cases are not required.

Test Cases:
File Name			Contributor						Description
test01.c			Desone Burns II (dburnsii)				Tests with a single function, with a minimal statement.
test02.c			Desone Burns II (dburnsii)				Tests with a single simple declaration
test03.c			Desone Burns II	(dburnsii)				Tests that multiple declarations can be made with commas (same logic should be inside "func")
test04.c			Desone Burns II (dburnsii)				Tests that compiler can handle multiple separate declarations
test05.c			Desone Burns II (dburnsii)				Tests that compiler can handle multiple separate functions
test06.c			Desone Burns II (dburnsii)				Tests that compiler can handle combinations of functions and declarations
test07.c			Desone Burns II (dburnsii)				Flops the order of test 6