qdbplang / qdbp

MIT License
51 stars 1 forks source link

Pattern matching with switch #27

Closed dghosef closed 1 year ago

dghosef commented 1 year ago

Currently, pattern matching compiles to a massive nested ternary expression. Instead, compile to a switch to take advantage of llvm switch optimizations