Skip to main content

Module lexer

Module lexer 

Source
Expand description

Lexer module.

§Bash Lexer

This module provides bash lexer functionality for the Oaks project.

Re-exports§

pub use token_type::BashTokenType;

Modules§

token_type
Bash token types and role definitions.

Structs§

BashLexer
Lexer for the Bash language.