Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change handling of incomplete pattern match statements
Raise an error in case of a pattern match failure rather than allowing undefined behaviour. This better reflects the intended ASL semantics. Also remove a number of unnecessary fall-through cases that were introduced due to bugs in asl_to_sail, as reported in issue #16.
- Loading branch information