Documentation
¶
Overview ¶
Package lexer turns source bytes into tokens.
Phase 0 carries the seeds of MRI's stateful lexer — SpaceBefore on every token and a lexState field — without yet exercising the hard cases (regex vs division, heredocs, interpolation). Those land in later phases (plan §10); the state plumbing is here from the start so they slot in without a rewrite.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.