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 SummaryInterfaceDescriptionAbstract factory to produce tokensInterface for a token visitor.A command for use in ATokVisitors
-
Class SummaryClassDescriptionA visitor to an Token that implements ITokVisitor using a dictionary of commands.Represents a token in the language.Concrete factory to create tokens