executing the value of a variable as a expression
let say i have a variable var1;
var1= "2+3";
How can i execute it as a expression
that returns 5. May be its a simple case but in some diffult case if i want to build a language interpreter like executing command how can i do that