Package mae.expr

Arithmetic expressions: parsing, evaluation, and translation (CSE 461)

See:
          Description

Interface Summary
CONSTANTS Constants used in various classes.
Expression Basic methods in a simple expression.
 

Class Summary
Binary Represents a binary operation.
Constant Represents a constant, implemented as a float.
Parser Syntax phase: read tokens and generate syntax tree.
Sampler Simple GUI for expressions.
Scanner Lexical phase: scan input and return tokens.
 

Package mae.expr Description

Arithmetic expressions: parsing, evaluation, and translation (CSE 461)