Skip to main content

Module lexer

Module lexer 

Source
Expand description

词法分析器模块。

§Cpp Lexer

This module provides cpp lexer functionality for the Oaks project.

Re-exports§

pub use token_type::CppTokenType;

Modules§

token_type

Structs§

CppLexer
Lexer for the C++ language.

Type Aliases§

CLexer
Type alias for a C lexer.