[][src]Module lark_parser::syntax::entity

Structs

EntitySyntax
ParsedEntity
ParsedEntityThunk

The "parsed entity thunk" contains methods that will recursively parse the contents of this entity in response to salsa queries (or, if the contents are already parsed, return pre-parsed bits and pieces). These routines are meant to be "purely functional", but the salsa runtime will memoize and ensure they are not reinvoked.

Traits

LazyParsedEntity
LazyParsedEntityDatabase

The trait given to the LazyParsedEntity methods. It is a "dyn capable" variant of ParserDatabase.