Structs§
- Build
Plan Cache - A cache for storing and retrieving BuildPlan objects.
- Compiled
Program - Session
- A
Session
is used to store information about a single member in a workspace. It stores the parsed and typed Tokens, as well as the [TypeEngine] associated with the project.
Functions§
- build_
plan - Create a BuildPlan from the given Url appropriate for the language server.
- compile
- parse_
lexed_ program - Parse the LexedProgram to populate the TokenMap with lexed nodes.
- parse_
project - Parses the project and returns true if the compiler diagnostics are new and should be published.
- traverse