Documentation
¶
Overview ¶
Package token tokenizes a REPL input line into pipeline segments.
It honours single and double quotes (a backslash inside quotes escapes the quote character), splits on unquoted pipe characters, and records which tokens carried quotes so later expansion can skip them. It holds no knowledge of the REPL or of command semantics; it is the reusable lexer behind the line domain.
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.