The current code doesn't have any tests. This is a problem. Without tests, we cannot be confident the code does that it was intended to do. Adding unit-tests is a task that is long overdue.
We can start by adding tests to the three annotation functions at first and add more to the pattern matching functions.
this relates to #23.
The current code doesn't have any tests. This is a problem. Without tests, we cannot be confident the code does that it was intended to do. Adding unit-tests is a task that is long overdue.
We can start by adding tests to the three annotation functions at first and add more to the pattern matching functions. this relates to #23.