• Parses the project defined in the Tact configuration file, generating its AST.

    Parameters

    • mistiCtx: MistiContext

      Misti context

    • projectConfig: Project
    • projectRoot: string

      Absolute path to the root the project

    • projectVfs: VirtualFileSystem

      Virtual file system to manage file interactions during parsing

    Returns AstStore | never

    A mapping of project names to their corresponding ASTs.