Preprocessor: flow-through the actual source information
Open
area:preprocessor
kind:feature
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
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).
Contributor guide
Assessment
This issue has not been assessed yet.