removed some outdated differences between parser and spec

This commit is contained in:
JordanBoltonMN 2023-05-01 10:07:44 -05:00 коммит произвёл GitHub
Родитель ec2e0df562
Коммит 15207033d8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -4,8 +4,6 @@ There are a few differences between the [Power Query / M Language Specification]
## Where the Power Query parser differs from the specification
- An additional primitive type named `action` exists.
- The `field-specification` construct requires an `identifier`. Instead `identifer` is replaced with `generalized-identifier`.
- An additional match of `primary-expression` is added on the following tokens: `@`, `identifier`, or `left-parenthesis`.
- The `identifier` construct was changed so that after a period instead of matching `identifier-start-character` it now matches `identifier-part-character`.
- The `generalized-identifier` construct was changed so that `identifier-start-character` was replaced with `identifier-part-character`. It also accepts quoted identifiers.