Skip to main content

Module preprocessor

Module preprocessor 

Source
Expand description

Preprocessing a token stream, elaborating compiler directives

Re-exports§

pub use cache::*;
pub use state::*;

Modules§

cache
A cache for storing data generated during preprocessing
state
The state and setup of the preprocessor

Enums§

PreprocessorError
An error encountered during preprocessing

Functions§

preprocess
Preprocess the given token stream, elaborating any compiler directives