This directory contains the test files for Part I of the compiler project.


Files used for testing:

test/T1L80_err.*	- Test files with errors for 80% credit
test/T1L80_ok.*		- Error-free test files for 80% credit
test/T1L90_err.*	- Test files with errors for 90% credit
test/T1L90_ok.*		- Error-free test files for 90% credit
test/T1L100_err.*	- Test files with errors for 100% credit
test/T1L100_ok.*	- Error-free test files for 100% credit
test/T1L110_err.*	- Test files with errors for 10% extra credit
test/T1L110_ok.*	- Error-free test files for 10% extra credit


Scripts:

proj1-test.pl		- (Self-)test
get-backend-calls.pl	- Harvest backend calls from assembly code output


Other:

pcc3			- Working executable solution
comments.txt		- The comments file generated by running the script
			  on the solution

Documentation:

README.txt		- This file
