libdmathexpr.mathexpr

Undocumented in source.

Members

Classes

MOIdentifier
class MOIdentifier
Undocumented in source.
MOInversion
class MOInversion
Undocumented in source.
MONegation
class MONegation
Undocumented in source.
MONumber
class MONumber
Undocumented in source.
MOOperation
class MOOperation
Undocumented in source.
MOParens
class MOParens
Undocumented in source.
MathParseError
class MathParseError

An exception thrown on math parsing errors.

Enums

MOOpType
enum MOOpType
Undocumented in source.
NUMBER
anonymousenum NUMBER
Undocumented in source.

Functions

getCharType
int getCharType(char i)
Undocumented in source. Be warned that the author may not have intended to support it.
getNextElem
int getNextElem(IMathObject[] tokens, int i)
Undocumented in source. Be warned that the author may not have intended to support it.
getPrevElem
int getPrevElem(IMathObject[] tokens, int i)
Undocumented in source. Be warned that the author may not have intended to support it.
main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
parseMathExpr
IMathObject parseMathExpr(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
splitMathExpr
IMathObject[] splitMathExpr(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(MOOpType op)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

IMathObject
interface IMathObject
Undocumented in source.

Variables

builtins
int[string] builtins;
Undocumented in source.
tryEval
string tryEval;
Undocumented in source.

Meta