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

Preprocessor: flow-through the actual source information #525

Open
Tracked by #526 ...
ForNeVeR opened this issue Jan 23, 2024 · 0 comments
Open
Tracked by #526 ...

Preprocessor: flow-through the actual source information #525

ForNeVeR opened this issue Jan 23, 2024 · 0 comments
Assignees
Labels
area:preprocessor Related to C preprocessor kind:feature New feature or request

Comments

@ForNeVeR
Copy link
Owner

Currently, our preprocessor only generates text output without the mapping of the code to the original source code.

This blocks us from implementing proper error reporting at further compilation stages.

So, the preprocessor should produce a mapping of the resulting text to the original sources (be it .c files or headers).

@ForNeVeR ForNeVeR added kind:feature New feature or request status:help-wanted Open for contributors area:preprocessor Related to C preprocessor labels Jan 23, 2024
@ForNeVeR ForNeVeR self-assigned this Feb 19, 2024
@ForNeVeR ForNeVeR removed the status:help-wanted Open for contributors label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:preprocessor Related to C preprocessor kind:feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant