Skip to content

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

Notifications You must be signed in to change notification settings

dburnsii/UA-CSC453

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published