Skip to main content

Crate tishlang_parser

Crate tishlang_parser 

Source
Expand description

Tish recursive descent parser.

Structs§

LexerOptions
Lexer configuration.

Functions§

parse
Parse source, reading lexer options from the environment (e.g. TISH_IGNORE_INDENT=1 to 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.