dotty-linker / dotty

Modified version of dotty suporting language specific and library-specific optimizations
Other
37 stars 5 forks source link

Compile-Time Function Evaluation (CTFE) #9

Open sirinath opened 7 years ago

sirinath commented 7 years ago

Is it possible to have a compile time AST evaluator like D: https://dlang.org/blog/2017/04/10/the-new-ctfe-engine/