microsoft / powerquery-parser

A parser for the Power Query / M formula language, written in TypeScript
MIT License
111 stars 25 forks source link

Align identifier Power Query #302

Closed JordanBoltonMN closed 2 years ago

JordanBoltonMN commented 2 years ago

This parser currently parses identifiers as according to the spec, but there's a subtle tweak when compared to the C# parser. This aligns the behavior with C# implementation.