Files @ 8dbdf7022aaf
Branch filter:

Location: CSY/reowolf/testdata/parser/counterexamples/import_bad_reporting.pdl

MH
Initial union implementation

Still untested, but: make union declaration implicit (so no longer
inferred from 'enum' use), and initial implementation of type
inference.
// Bad reporting of EOF. Also main parser loop would be fine if pragmas, imports
// and declarations are mixed. Maybe force pragmas at top for readability...

#version 1

composite main() {}

#version 2

composite another() {}