Skip to content

[#98] Make semicolons optional

Description

Problem: Vanilla parsers allows dropping a ; after }.

Solution: Since the structure is predictable, we may make semicolons optional. And the test aren't failing.

Related issue(s)

Resolves #98 (closed)

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:
    • I updated the changelog if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Андреев Кирилл

Merge request reports