arocc icon indicating copy to clipboard operation
arocc copied to clipboard

Add a separate preprocessor expression parser

Open Vexu opened this issue 1 year ago • 0 comments

Using the parser for preprocessor expressions complicates the parser in a way that could be avoided by parsing the relatively simple preprocessor expressions separately.

This is also a blocker for extracting the tokenizer, preprocessor and source manager (to be extracted from compilation) into a separate module.

Vexu avatar Jan 06 '25 13:01 Vexu