Hi, Joey, > I'm looking for a way to regard the reverse of alphanumericals as > variables, e.g 3A. > I have a possible solution, wherein i precede string literals starting > with a digit with an underscore character, but is there a more easy > option here? > > If not, this may be an optional feature?
I'm afraid there is nothing easier, even so, I'd put at least a letter before the underscore (variables beginning with _ use to be reserved). I'll consider to let hexadecimals as variable names, though it's very irregular: what if at some point in the future libmatheval evolved to use hex values? Thanks for your feedback, Marin
