Files @ 706db38f2849
Branch filter:

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

MH
Preparatory work for union literals

Contains horrible parsing hacks that transmute function calls and
enum literals to union literals if appropriate. Pending the
implementation of the tokenizer the AST can be constructed more
neatly.
1
2
3
Parse error at 32.pdl:6:13: Illegal goto: synchronous statement escape
            goto loop; // not allowed
            ^