tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
267 stars 53 forks source link

Implement constant string receivers #401

Open Gusarich opened 6 days ago

Gusarich commented 6 days ago

Closes #51

Gusarich commented 6 days ago

just found out it doesn't work correctly for contract-scoped constants. I'll fix that

Gusarich commented 6 days ago

Fixed. However, there's a temporary limitation on lvalue paths. I had to add it because #284 and #400 aren't resolved yet. We'll be able to support strings from constant structs after these are resolved.