Add "eval()" built-in function.

This commit is contained in:
Dianne Skoll
2025-05-22 13:52:07 -04:00
parent acf570512d
commit 3118f8d2a4
7 changed files with 137 additions and 30 deletions
+1
View File
@@ -66,6 +66,7 @@ typedef struct {
int nargs;
Value *args;
Value retval;
int nonconst;
} func_info;
/* Forward reference */