mirah/mirah-parser

add case statement syntax support

Closed this issue · 1 comments

One of my favorite Ruby syntax features is the case statement. It'd be neat to have one that looks for particular macros as the impl. Also, we could make it become a jump table ala switch if the types work out.