Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NICUP14/MiniLang
/ ParsedType
Class
ParsedType
src/Def.py:128–134 ·
view source on GitHub ↗
Used by the parser to store type information
Source
from the content-addressed store, hash-verified
126
127
@dataclass
128
class
ParsedType:
129
""
"
130
Used by the parser to store type information
131
""
"
132
var_type: VariableType
133
elem_type: VariableType
134
elem_cnt: int
135
136
137
@dataclass
Callers
1
parse_type
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected