microsoft / powerquery-parser

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

Grammar in Antlr or Irony #7

Closed sjahongir closed 5 years ago

sjahongir commented 5 years ago

Can you provide lexer and parser (grammar) in Antlr or Irony?

I need to write a parser in C#

mattmasson commented 5 years ago

We currently don't plan to create Antlr or Irony grammars for the language, but a TextMate grammar can be found in the powerquery-language project.

Out of curiosity - what will the C# parser be used for?

sjahongir commented 5 years ago

I want to create my own scripting language like Power Query.

mattmasson commented 5 years ago

Sorry, can't help you there.