Files @ 9b5ea2f879a4
Branch filter:

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

mh
Implement MPSC queue

Multiple producer, single consumer queue with the purpose of acting
as the inbox for components.
// 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() {}