Difference between revisions of "Assignment: Scanner"
Jump to navigation
Jump to search
(added link to grammar) |
m |
||
Line 1: | Line 1: | ||
= Overview = | = Overview = | ||
− | In this project students build the first step of a full compiler by implementing a Scanner for our [http://www.mscs.mu.edu/~brylow/cosc4400/Spring2011/ConcurrentMiniJava.html Concurrent MiniJava | + | In this project students build the first step of a full compiler by implementing a Scanner for our [http://www.mscs.mu.edu/~brylow/cosc4400/Spring2011/ConcurrentMiniJava.html Concurrent MiniJava] language. |
== Notes == | == Notes == | ||
− | Our [http://www.mscs.mu.edu/~brylow/cosc4400/Spring2011/ConcurrentMiniJava.html | + | Our [http://www.mscs.mu.edu/~brylow/cosc4400/Spring2011/ConcurrentMiniJava.html modifications to MiniJava] require the addition of the ''Xinu'', ''Thread'', and ''run'' reserved words. |
Latest revision as of 19:29, 27 August 2010
Overview
In this project students build the first step of a full compiler by implementing a Scanner for our Concurrent MiniJava language.
Notes
Our modifications to MiniJava require the addition of the Xinu, Thread, and run reserved words.