tact-lang / tact

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

refactor(grammar): remove LValue category and replace it with Expression #479

Closed anton-trunov closed 3 days ago

anton-trunov commented 3 days ago

This simplifies the grammar and typechecking and makes error messages more user-friendly

Closes #440 (also partially addresses #377, namely field accesses)