Skip to content

More Matchable Patterns

Pre-release
Pre-release
Compare
Choose a tag to compare
@DeedleFake DeedleFake released this 18 Feb 18:13
· 6 commits to master since this release
a79cfa9
wdte: Function Argument Pattern Matching (#196)

* res/grammar: Modify grammar to allow for patterns in function arguments.

* res/grammar: Only allow a single-level of patterns.

* wdte: Support pattern-matching in function arguments.

* wdte: Switch to a far more flexible and cleaner interface-based assigner system.

* res/grammar: Add support for multiple levels of patterns.

* wdte: Handle multi-level patterns.