Added $stringify. Remove of editor_plugin folder.

This commit is contained in:
Christoffer Lerno
2022-02-02 15:22:28 +01:00
parent 06917f2e65
commit ee32a5fd47
21 changed files with 169 additions and 707 deletions

View File

@@ -5462,6 +5462,7 @@ void llvm_emit_expr(GenContext *c, BEValue *value, Expr *expr)
case EXPR_CT_CALL:
case EXPR_FLATPATH:
case EXPR_VARIANTSWITCH:
case EXPR_STRINGIFY:
UNREACHABLE
case EXPR_ARGV_TO_SUBARRAY:
llvm_emit_argv_to_subarray(c, value, expr);