|
From: Philipp K. K. <pk...@sp...> - 2025-10-22 09:54:16
|
Am 22.10.25 um 11:41 schrieb "Janko Stamenović" via sdcc-devel: > Why wouldn't it be possible to have normalization and any > standard required diagnostics only in preprocessor? These requirements are specific to identifiers. In the preprocessor, we just have preprocessor tokens, we only know which ones are identifiers once we are in the lexer, which is part of the compiler. Philipp P.S.: also, I'd prefer to not make a lot of changes in the preprocessor, to keep the diff to upstream small. |