Skip to main content

Module parse

Module parse 

Source
Expand description

A simple character‑based lexer that turns source text into a stream of Tokens, handling identifiers, numbers, operators, and whitespace.

Structs§

Lexer
The lexer to convert source code into tokens representing the source code.