Difference between revisions of "Assignment: Scanner"
Jump to navigation
Jump to search
(Created Page) |
|||
| Line 1: | Line 1: | ||
= Overview = | = Overview = | ||
| − | In this project students build the first step of a full compiler by implementing a Scanner for our [[Concurrent MiniJava Grammar|modified MiniJava]] language. Our modifications to MiniJava require the addition of the ''Xinu'', ''Thread'', and ''run'' reserved words. | + | In this project students build the first step of a full compiler by implementing a Scanner for our [[Concurrent MiniJava Grammar|modified MiniJava]] language. |
| + | |||
| + | == Notes == | ||
| + | Our modifications to MiniJava require the addition of the ''Xinu'', ''Thread'', and ''run'' reserved words. | ||
Revision as of 21:06, 28 July 2010
Overview
In this project students build the first step of a full compiler by implementing a Scanner for our modified MiniJava language.
Notes
Our modifications to MiniJava require the addition of the Xinu, Thread, and run reserved words.