Skip to main content

preprocess

Function preprocess 

Source
fn preprocess(s: &str) -> Result<Vec<Token<'_>>>
Expand description

Preprocess source text: extract #define directives (line-scoped), tokenize the rest, then expand macro invocations on the token stream.