On Friday, 8 December 2023 at 18:38:21 UTC, Kagamin wrote: > On Thursday, 7 December 2023 at 16:32:32 UTC, Witold Baryluk > wrote: >> enum data = "mov;btc;cli;xor;afoo"; >> enum opcodes = toLookupTable(data); > > try `auto opcodes = toLookupTable(data);` > > Does nim run toLookupTable at compile time? Yes it runs at compile time in Nim.