Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Refactor how parser is constructed #249

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

Gudahtt
Copy link
Owner

@Gudahtt Gudahtt commented Dec 2, 2024

Refactor how the JSON parser is constructed, how options are parsed, and how the sort compare function is created. These are each handled by separate functions now, rather than being inlined into the custom parser.

This is intended to make it easier to extend different types of JSON parsers (e.g. #144).

Refactor how the JSON parser is constructed, how options are parsed,
and how the sort compare function is created. These are each handled by
separate functions now, rather than being inlined into the custom
parser.

This is intended to make it easier to extend different types of JSON
parsers (e.g. #144).
@Gudahtt Gudahtt force-pushed the refactor-parser-creation branch from 49a3c60 to 6161d29 Compare December 2, 2024 04:16
@Gudahtt Gudahtt enabled auto-merge (squash) December 2, 2024 04:16
@Gudahtt Gudahtt merged commit 4db3d25 into main Dec 2, 2024
11 checks passed
@Gudahtt Gudahtt deleted the refactor-parser-creation branch December 2, 2024 04:17
@Gudahtt Gudahtt mentioned this pull request Dec 2, 2024
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.

1 participant