microsoft / microsoft/Power-Fx

Please make public TexlParser.ParseFormulaScript

Open
#997 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
3.4k
Forks
358
Avg merge
10h 34m
Merged PRs (30d)
3

Description

This one: https://github.com/microsoft/Power-Fx/blob/f906e72c30ca53b6b9c40c21ff8429c42bf6a976/src/libraries/Microsoft.PowerFx.Core/Parser/TexlParser.cs#L235

Working on PA Copilot App Composition Engine that needs to be able to parse and interpret app formulas.
Current hack is calling this method via reflection. Would like an official way :)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open src/libraries/Microsoft.PowerFx.Core/Parser/TexlParser.cs at line 235 and inspect ParseFormulaScript and the surrounding parser API. Done means callers can use the method through the official API instead of reflection, while preserving the existing parser behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
compilers
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.