Plot Script
|
CAtom | A variant type that may be a Number or Symbol or the default type None |
CEnvironment | A class representing the interpreter environment |
CExpression | An expression is a tree of Atoms |
CInterpreter | Class to parse and evaluate an expression (program) |
CNotebookTest | |
CSemanticError | Exception subclass to indicate semantic errors during evaluation |
CToken | Value class representing a token |