Pelles C forum

Pelles C => Feature requests => Topic started by: lucindom on February 14, 2007, 09:45:24 PM

Title: Access Symbol Table to generate Runtime String Evaluations
Post by: lucindom on February 14, 2007, 09:45:24 PM
By Example:

char cadena1[500];
long  valor1 = 2342342;
long valor2 = 32;
long result;

result = EVALUATE("valor1/valor2")
Title: Access Symbol Table to generate Runtime String Evaluations
Post by: severach on February 15, 2007, 12:48:02 AM
You would need to get that approved by the C standards organizations before Pelles would consider implementing it in the language. Compiling makes the variable names disappear so adding that would be a huge language extension.