Package parsing
-
Class Summary Class Description FunctionParser FunctionParser
provides the central methods to execute the conversion of a function from a user-inputted string to an instance ofGeneralFunction
.InfixTokenizer InfixTokenizer
modifies and tokenizes infix into a format supported byFunctionParser
.KeywordInterface KeywordInterface
is the backend forCommandUI
, providing support for parsing user input to commands and functions.LatexReplacer LatexReplacer
contains tools regarding the use of LaTeX escapes.OperationMaps OperationMaps
is a centralized location for the strings of all unitary and binary operations to be stored for parsing.