danielcirket / language

Apache License 2.0
0 stars 0 forks source link

Feature: Pattern matching #16

Open danielcirket opened 7 years ago

danielcirket commented 7 years ago

Consider how strict this should be, e.g. all cases must be accounted for with compiler errors if a case is missing?

Consider using a match keyword such as Scala or use the normal case style as is done in c#