andrew-johnson-4 / lambda-mountain

Compact Portable Assembler (5K SLOC)
MIT License
11 stars 0 forks source link

Referencing a type before its declared somehow segfaults the compiler #481

Open andrew-johnson-4 opened 3 weeks ago

andrew-johnson-4 commented 3 weeks ago
type A (A( B , B ));
type B (B( U64 , U64 ));
andrew-johnson-4 commented 3 weeks ago

This doesn't affect indirect references, so it probably has something to do with size calculation.

andrew-johnson-4 commented 3 weeks ago

Order of Declaration should be irrelevant in type declaration.