Skip to content

Code completion and some BNF tests don't accept correct BNF of table references #3372

@katzyn

Description

@katzyn

Some zero day bugs in the parser were fixed and grammar in our documentation also needs to be fixed, because it describes various clauses incorrectly.

Unfortunately, corrected definitions immediately break code completion in H2 Console (perhaps they are too complex for the current algorithm) and our tests (most likely due to the same reason).

If nobody wants to reimplement classes in bnf package I propose the following workaround:

  1. Current grammar will be extracted from help.csv into own file to be used by code completion and its tests.
  2. A new grammar will be written with only some very basic tests for its correctness and this grammar will be used by the HELP command and in documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions