-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes and adds extra tests to BDD & Arrays (#187)
* Fixes and adds extra tests to BDD This: (1) fixes some BDD operatons, (2) reduces the number of rewrites required by adding commutative operations, (3) adds more tests, (4) moves the tests into a separate frame so that the changes made during testing are cleaned up when testing finishes. * Refactor. Clean up the diff so it's easier to see the changes vs main. * Include missing addition rewrite rule includes this: (rewrite (add x (Num 0)) x)
- Loading branch information
1 parent
bc0cdb4
commit 098ef18
Showing
2 changed files
with
55 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters