kozily / admin

Tasks, project documentation and wiki repository
0 stars 0 forks source link

Support multiple of statements in a case statement #96

Closed andres-arana closed 6 years ago

andres-arana commented 6 years ago

We need to support multiple case match sections with an optional else clause, such as the following:

case X 
  of <pattern1> then <s1>
  [] <pattern2> then <s2>
end