From 7a2ce364077fe07d58d5d1a231d1e44ef8a76c5d Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Fri, 6 Dec 2019 10:31:17 -0500 Subject: [PATCH] fix mixin/eval --- script.d | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script.d b/script.d index 18d4bcd..485f352 100644 --- a/script.d +++ b/script.d @@ -2724,6 +2724,10 @@ Expression parseStatement(MyTokenStreamHere)(ref MyTokenStreamHere tokens, strin case "try": case "throw": + // evals + case "eval": + case "mixin": + // flow case "continue": case "break":