Files @ 8dbdf7022aaf
Branch filter:

Location: CSY/reowolf/testdata/parser/negative/32.txt

MH
Initial union implementation

Still untested, but: make union declaration implicit (so no longer
inferred from 'enum' use), and initial implementation of type
inference.
1
2
3
Parse error at 32.pdl:6:13: Illegal goto: synchronous statement escape
            goto loop; // not allowed
            ^