Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NICUP14/MiniLang
/ PointerType
Class
PointerType
src/Def.py:156–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
155
156
class
PointerType(enum.Enum):
157
PTR = enum.auto()
158
REF = enum.auto()
159
RV_REF = enum.auto()
160
161
162
class
Pointer:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected