| 97 | } |
| 98 | |
| 99 | void hc_dsl_set_string(struct hc_dsl *dsl, const char *key, const char *val) { |
| 100 | hc_dsl_setenv(dsl, key, &HC_STRING)->as_string = strdup(val); |
| 101 | } |
| 102 | |
| 103 | void hc_dsl_eval(struct hc_dsl *dsl, const char *in) { |
| 104 | struct hc_list forms; |