Files @ 8dbdf7022aaf
Branch filter:

Location: CSY/reowolf/testdata/parser/negative/29.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 29.pdl:5:25: Unassignable expression
    ++(x[0..5][2 - x[0]].length); // not assignable
                        ^