mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-27 13:50:00 +03:00
fix mixin/eval
This commit is contained in:
parent
677d4a3da9
commit
7a2ce36407
1 changed files with 4 additions and 0 deletions
4
script.d
4
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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue