Kleidukos / boreal

Other
17 stars 3 forks source link

Suppport conditional in the syntax #10

Closed Kleidukos closed 8 months ago

Kleidukos commented 9 months ago

Support:

case <expr> of
  <identifier> -> <expr>

and:

if <expr>
then <expr>
else <expr>