ballerina-platform / nballerina

Ballerina compiler that generates native executables.
https://ballerina.io/
Apache License 2.0
138 stars 46 forks source link

Design BIR for handling match patterns #928

Open jclark opened 2 years ago

jclark commented 2 years ago

One possibility is a "looks like" insn.

Need to think about whether that is sufficient for the BIR to be type-safe.

jclark commented 2 years ago

Part of #255

jclark commented 2 years ago

See https://github.com/ballerina-platform/nballerina/issues/255#issuecomment-885347732 for some earlier thoughts