You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: