Skip to main content

CLexer

Type Alias CLexer 

Source
pub type CLexer<'config> = CppLexer<'config>;
Expand description

C 词法分析器类型别名

Aliased Type§

pub struct CLexer<'config> { /* private fields */ }