Expand description
Tish recursive descent parser.
Structs§
- Lexer
Options - Lexer configuration.
Functions§
- parse
- Parse
source, reading lexer options from the environment (e.g.TISH_IGNORE_INDENT=1to ignore indentation syntax). Every backend funnels through here, so the env toggle reaches run/build/dump-ast/fmt/lint/lsp uniformly. - parse_
with_ options - Parse with explicit lexer options, bypassing the environment.