savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
156 stars 12 forks source link

Fix LLVM IR issue with struct field initializer expressions. #441

Closed jemc closed 1 year ago

jemc commented 1 year ago

Resolves #435.

This also resolves another issue in which structs were not getting a implicit default constructor added when it was missing a constructor.