I'm about to make kind of converter from math expression into java code.
Are there any existing converters?
Which technologies should I use?
I have already investigated XTEXT, but I think it's a too huge thing to solve such problems, may be I could do it with a simple translator.
It could be almost useful to look at existing programming language converters...
I do apretiate any help.