commit | cc25ca16ee406db936dfbd2337cbd14b12ccc4b7 | [log] [tgz] |
---|---|---|
author | Kevin Diem <kg.diem@gmail.com> | Sun Jul 16 11:16:34 2023 -0400 |
committer | GitHub <noreply@github.com> | Sun Jul 16 08:16:34 2023 -0700 |
tree | ca9f68c9b35b7a5aab149da2ad93c21bf0ecc428 | |
parent | e58960160fcb4fce63177fcd9ef605f887377767 [diff] |
gh-106706: Streamline family syntax in cases generator DSL (#106716) From `family(opname, STRUCTSIZE) = OPNAME + SPEC1 + ... + SPECn;` to `family(OPNAME, STRUCTSIZE) = SPEC1 + ... + SPECn;`