next up previous


COMPILER DESIGN


Project 3
Due on April 25, 1997.

Modify your Lex program and yacc programs so that when a Java program is given as an input, the output will be a Byte code for that program. You will be using the assembler written by Jason Hunt (Washington University). Link is provided in the home page.

Your compiler should be able to handle data-types int, long, boolean and control structures if, while, function call, statements, system calls and applets.

You will get extra 10 points, if your compiler can handle the inheritances.
Sample Test programs can be found in Sample test .



Moorthy
Thu Feb 15 10:33:10 EST 1996