Skip to content

Builtins and Pattern Merging

Compare
Choose a tag to compare
@tatarize tatarize released this 13 Jul 22:03
· 176 commits to master since this release
1752f0d

Adding in additional elements for some builtins being used in EmbPattern, EmbMatrix, EmbThread. Added @styloInt's merging patterns functionality (#60). You can now technically add patterns together. pattern_merged =pattern1 + pattern2 or pattern1 += pattern2. And implemented what it means for those objects to be equal or not equal.