Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Ошибка в грамматике для полей-колонок #202

Open
artbear opened this issue Jun 27, 2022 · 1 comment
Labels
bug Something isn't working sdbl parser

Comments

@artbear
Copy link
Contributor

artbear commented Jun 27, 2022

Версия

0.9.4

Описание ошибки

@nixel2007 @theshadowco похоже, ошибка в грамматике для полей-колонок

// поля-колонки
column:
      mdoName=identifier (DOT columnNames+=identifier)+
    | columnNames+=identifier
    | mdo (DOT columnNames+=identifier)+
    ;

нижний mdo никогда не находится, всегда null

т.к. верхний mdoName=identifier уже включает в себя типы данных, те же, что указаны в mdo

  • 1
    image
  • 2
    image

Дополнительная информация

@artbear artbear added the bug Something isn't working label Jun 27, 2022
@nixel2007
Copy link
Member

Не тот реп

@theshadowco theshadowco transferred this issue from 1c-syntax/mdclasses Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sdbl parser
Projects
None yet
Development

No branches or pull requests

3 participants