CS 4120

Packages
edu.cornell.cs.cs4120.iota Classes and interfaces relating to Iota source.
edu.cornell.cs.cs4120.iota.lexer Classes and interfaces for lexing (or tokenizing) Iota source.
edu.cornell.cs.cs4120.iota.lexer.cup An adapter that allows IotaLexer instances to interface with CUP-generated parsers.
edu.cornell.cs.cs4120.iota.parser Interfaces for parsing Iota source.
edu.cornell.cs.cs4120.testing Interfaces that CS 4120 groups should implement to help the course staff test their work.
edu.cornell.cs.cs4120.util Common utilities.
polyglot.util Classes to provide compiler utilities, such as data structures and convenience classes.