Files @ 75e767adaaf7
Branch filter:

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

MH
Add a new RawArray implementation

Needed to implement ringbuffer queues in a neat way. Will deprecate the
old RawVec implementation
// 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() {}