Draco-lang / Compiler

The compiler repository for the Draco programming language.
Apache License 2.0
74 stars 9 forks source link

Add support for changing structs fields #259

Closed Binto86 closed 7 months ago

Binto86 commented 1 year ago

Currentlly we can't change structs fields. Structs are also copied around, so they can't be used reliably.