Skip to main content

Module lexer

Module lexer 

Source
Expand description

Lexer implementation for C#.

§Csharp Lexer

This module provides csharp lexer functionality for the Oaks project. Lexer implementation for the C# language.

Re-exports§

pub use token_type::CSharpTokenType;

Modules§

token_type
Token types and definitions for the C# lexer.

Structs§

CSharpLexer
A lexer for the C# language.