Skip to main content

Module lexer

Module lexer 

Source
Expand description

Lexer module.

§Php Lexer

This module provides php lexer functionality for the Oaks project.

Re-exports§

pub use token_type::PhpToken;
pub use token_type::PhpTokenType;

Modules§

token_type
Token type definitions for the PHP lexer.

Structs§

PhpLexer
Lexer for the PHP language.