Skip to content

Implemented the match and case syntax, including the if guards

Florian Naumann requested to merge impl_match into main

Implemented error detection for match clauses and case branches Adjusted grammar for match and case syntax

Solves the following issue: #9 (closed)

Merge request reports