Loretta

Results 2 issues of Loretta

**Summary** Fix a segfault when evaluating array compound literals like `(int[]){1,2,3,4,5}` in expression context. The literal now yields the temporary array’s address (via decay) instead of collapsing to a single...

This PR is a work-in-progress for issue #299. - Fixes the offset bug in compound literal initialization by adjusting the source address by +4 bytes in parser.c. - Verified with...