Module hw06

Package provided.tokenFW


package provided.tokenFW
Extended Visitor implementation of parser that takes tokens from ABC text files and converts them into an IPhrase structure.
Author:
Stephen Wong, Scott Rixner
  • Interface Summary
    Interface
    Description
    Abstract factory to produce tokens
    Interface for a token visitor.
    A command for use in ATokVisitors
  • Class Summary
    Class
    Description
    A visitor to an Token that implements ITokVisitor using a dictionary of commands.
    Represents a token in the language.
    Concrete factory to create tokens