Preparing search index...
The search index is not available
Misti
Misti
internals/tact/imports
AstStore
Type Alias AstStore
Ast
Store
:
{
constants
:
AstConstantDef
[]
;
funcSources
:
{
code
:
string
;
path
:
string
;
}
[]
;
functions
:
(
AstFunctionDef
|
AstNativeFunctionDecl
|
AstAsmFunctionDef
)
[]
;
sources
:
Source
[]
;
types
:
AstTypeDecl
[]
;
}
Represents the storage for all AST-related data within the compiler context.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Misti
Loading...
Represents the storage for all AST-related data within the compiler context.