Skip to content

[WIP] Migrate to modern supported parser XParsec or SharpParser.Core#568

Closed
Copilot wants to merge 1 commit into
devfrom
copilot/migrate-to-xparsec-or-sharpparser-core
Closed

[WIP] Migrate to modern supported parser XParsec or SharpParser.Core#568
Copilot wants to merge 1 commit into
devfrom
copilot/migrate-to-xparsec-or-sharpparser-core

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 17, 2026

  • Inspect repository to locate parser implementation and current FParsec usage
  • Define minimal migration plan to move parser dependency to a maintained parser library
  • Run baseline targeted build/tests for parser-related projects before changes
  • Migrate parser code from FParsec API usage to the selected maintained parser API (XParsec)
  • Update package references to remove FParsec and use XParsec where needed
  • Add or adjust focused parser tests only if required by migration behavior differences
  • Run targeted parser tests/build and fix any regressions
  • Run final validation (including parallel_validation) and summarize results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate to SharpParser.Core

2 participants