Skip to main content

Module incremental_parse

Module incremental_parse 

Source
Expand description

Statement-level parser session cache for incremental workflows.

Structsยง

IncrementalParseResult
Result from parsing source through a ParserSession.
ParseCacheStats
Cache statistics from one incremental parse.
ParserSession
Incremental parser cache keyed by source path.
StatementSpan
Byte and line/column span for one source statement.
StatementUnit
One statement unit discovered in a source file.