tact-lang / tact

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

feat: optional trailing semicolons for struct/message field declarations #395

Closed anton-trunov closed 1 week ago

anton-trunov commented 1 week ago

Closes #393

Gusarich commented 1 week ago

Agree with @novusnota

anton-trunov commented 1 week ago

What's the motivation behind the separate StructFields and not an inline ListOf<StructField, ";"> ";"?

To reduce duplication

anton-trunov commented 1 week ago

We can actually do the same for the other parts too. But in separate PRs

anton-trunov commented 1 week ago

I'm going to merge this and postpone some grammar refactoring to a later PR, this is tracked in #397