Program crash
Status: Beta
Brought to you by:
st_mueller
JMathLib version 0.90
when typing any of the following into the parser the program becomes completely unresponsive instead of giving an error message.
> ++ or
> -- or
> # or
> [ or
> ] or
> %
instead it should give an error message such as
??? ++
ERROR: FunctionToken: undefinded variable or function hello
or
??? ++
ERROR: RelationToken: Token not supported
This happened with the program running on both Windows Vista and Linux. To close the program I had to use Task manager to force close it.
note the or in each line of input is not to be typed it should just look as follows
> ++
> --
> #
etc