microsoft / microsoft/Power-Fx
Please make public TexlParser.ParseFormulaScript
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3.4k
- Forks
- 358
- Avg merge
- 10h 34m
- Merged PRs (30d)
- 3
Description
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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