I'd like something that converts a simple calculator like ascii math syntax to mathML.
I found this: http://www1.chapman.edu/~jipsen/mathml/asciimath.html
But I don't understand how to use it.. I'd like to make it work from the command line for example, so that I feed it some math formula and get back the mathMl version. How could I do it? Is there any other program like this, maybe in a less browser oriented language than javascript?