CSE P 501 Su04 Compiler Project

Project Description and Assignments


Resources


Test Programs

Here are some test programs from the previous version of CSE P 501. These are not legal MiniJava (yet!) but could give you some ideas for how to test your compiler, particularly the code generator. We'll try to get legal MiniJava equivalents for some of them on the web soon, but this might be of some use as is. If you convert any of these to MiniJava or have additional programs to contribute, please send them to Hal or Andy and we'll put them on the web site.

Also, remember that there are several MiniJava test programs on the textbook web site (see above)


Project Directories

Project directories are available in /projects/instr/04su/csep501, reachable from any of the instructional unix boxes, among other places. Access from Windows can be done via the share \\ntdfs\cs\unix\projects\instr\02au\cse582. This directory has subdirectories a, b, c, ..., owned by groups cse582a, cse582b, ... . Send mail to perkins@cs if you want to use one of these directories and you'll be added to an appropriate group.

Remote access via ssh should work fine; you'll probably get some sort of warning message about ssh keys the first time you try it. Once you've set up the repository, you should be able to access it via CVS's remote repository options without having to log in locally.

For some documentation, click the CVS link on a recent CSE481 web page.


Return to CSE P 501 main page