umka-lang
umka-lang copied to clipboard
Optimize `switch`
The switch statement should be implemented as a jump table rather than an if/else chain.