dpp.expansion

Deals with expanding 3include directives inline.

Members

Functions

maybeExpand
void maybeExpand(in string line, ref from!"dpp.runtime.context".Context context)

If an #include directive, expand in place (add to context lines) otherwise do nothing (add the line to the context)

Meta