Difference between revisions of "Assignment: Scanner"

From Embedded Xinu
Jump to navigation Jump to search
m (added a link)
(added link to grammar)
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.  
+
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 Grammar] language.  
  
 
== Notes ==
 
== Notes ==
Our [[Concurrent MiniJava Grammar|modifications to MiniJava]] require the addition of the ''Xinu'', ''Thread'', and ''run'' reserved words.
+
Our [http://www.mscs.mu.edu/~brylow/cosc4400/Spring2011/ConcurrentMiniJava.html Concurrent MiniJava Grammar] require the addition of the ''Xinu'', ''Thread'', and ''run'' reserved words.

Revision as of 19:18, 27 August 2010

Overview

In this project students build the first step of a full compiler by implementing a Scanner for our Concurrent MiniJava Grammar language.

Notes

Our Concurrent MiniJava Grammar require the addition of the Xinu, Thread, and run reserved words.