Skip to content

[TM-284] Permit top-level curly braces

Grigory Pevnev requested to merge gpevnev/tm284-permit-top-level-braces into master

Description

Problem: parser reject contract surrounded with curly braces

Solution: add optional braces around contract

Related issue(s)

https://issues.serokell.io/issue/TM-284

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:

Stylistic guide (mandatory)

Edited by Grigory Pevnev

Merge request reports