MCPcopy Create free account
hub / github.com/WheretIB/nullc / CompileExtra

Method CompileExtra

NULLC/SyntaxTree.cpp:142–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void NodeZeroOP::CompileExtra()
143{
144 NodeZeroOP *curr = head;
145 while(curr)
146 {
147 curr->Compile();
148 curr = curr->next;
149 }
150}
151
152//////////////////////////////////////////////////////////////////////////
153// Node that have one child node

Callers 1

CompileMethod · 0.80

Calls 1

CompileMethod · 0.45

Tested by

no test coverage detected