NO

Author Topic: Access Symbol Table to generate Runtime String Evaluations  (Read 2865 times)

lucindom

  • Guest
Access Symbol Table to generate Runtime String Evaluations
« 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")

severach

  • Guest
Access Symbol Table to generate Runtime String Evaluations
« Reply #1 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.