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

Structs§

TokenIterator
A peekable, extendable iterator over tokens.

Enums§

PreprocessorError
An error encountered during preprocessing
PreprocessorWarning
A warning encountered during preprocessing

Functions§

preprocess