MCS-287 Notes for 2006-02-13

We may want to do some actual hacking on TokenStream.java in class, so I'm linking here a version with enough commented out that it compiles, to serve as a starting point for more serious work. (I also changed the way EOF is reported by nextToken. Rather than returning null, it now returns a special type of token. That will make the parser simpler.)

Possible discussion topics include:


Course web site: http://www.gustavus.edu/+max/courses/S2006/MCS-287/
Instructor: Max Hailperin <max@gustavus.edu>