orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
40 stars 3 forks source link

Make pattern matching support lenient patterns #171

Open arthurp opened 7 years ago

arthurp commented 7 years ago

We will need to decide exactly what the semantics of lenient pattern matching is and how it functions in different contexts (branch vs graft). The encoding will probably make use of lenient tuples (making this block on #166).