Skip to content

add: make CPC_PARSE a variadic macro dispatch - #8

Merged
steve-chavez merged 1 commit into
masterfrom
varmacro
Jul 19, 2026
Merged

add: make CPC_PARSE a variadic macro dispatch#8
steve-chavez merged 1 commit into
masterfrom
varmacro

Conversation

@steve-chavez

@steve-chavez steve-chavez commented Jul 18, 2026

Copy link
Copy Markdown
Member

Problem

The parser signature might change and add parameters, this can cause breaking changes at call sites.

Solution

Make the CPC_PARSE a variadic macro so it can be used to shield against breaking changes. If the parsers signature change, it will keep working.

Problem
-------

The parser signature might change add parameters, this can cause
breaking changes at call sites.

Solution
--------

Make the CPC_PARSE a variadic macro so it can be used to shield
against breaking changes. If the parsers signature change, it will keep working.
@steve-chavez
steve-chavez marked this pull request as ready for review July 19, 2026 16:07
@steve-chavez
steve-chavez merged commit 2ff54e2 into master Jul 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant