Skip to main content

Module lexer

Module lexer 

Source
Expand description

Lexer module.

§Css Lexer

This module provides css lexer functionality for the Oaks project.

Re-exports§

pub use token_type::CssTokenType;

Modules§

token_type

Structs§

CssLexer
Lexer for the CSS language.