Skip to content

Commit

Permalink
removed some outdated differences between parser and spec
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanBoltonMN authored May 1, 2023
1 parent ec2e0df commit 1520703
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1520703

Please sign in to comment.