andrew-johnson-4 / lambda-mountain

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

Bug with nested struct construction #395

Closed andrew-johnson-4 closed 1 month ago

andrew-johnson-4 commented 1 month ago
(let x (A( (B( 1_u64 2_u64 )) 3_u64 )))

yields a malformed object.

andrew-johnson-4 commented 1 month ago

This constructor is wrong even if the B object is constructed beforehand.