diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-10 15:23:06 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-10 15:23:06 -0500 |
| commit | 4e545c67985299dabc2a061160e126068d43541e (patch) | |
| tree | f3b57ff6abd221894f01a4b6b85c068197b83254 /compile.c | |
| parent | 930c09f46d1e249fc889e8f1179046a48c1eaf32 (diff) | |
Better string parsing.
Diffstat (limited to 'compile.c')
| -rw-r--r-- | compile.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -130,9 +130,6 @@ CORD compile(ast_t *ast) } return code; } - case Interp: { - return CORD_asprintf("__cord(%r)", compile(Match(ast, Interp)->value)); - } case Block: { ast_list_t *stmts = Match(ast, Block)->statements; if (stmts && !stmts->next) |
