More REPL enhancements. Type :help in the REPL to get more information.
This commit is contained in:
parent
0704640893
commit
08e7c9a623
5 changed files with 168 additions and 9 deletions
|
|
@ -35,5 +35,8 @@ void free_value(Value v);
|
|||
void print_value(const Value *v);
|
||||
int value_is_truthy(const Value *v);
|
||||
|
||||
/* stringify into a newly-allocated C string; caller must free */
|
||||
char *value_to_string_alloc(const Value *v);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue