compiler: implement blank package name semantics
This commit is contained in:
@@ -354,6 +354,10 @@ struct Node {
|
||||
* alias when explicit, path otherwise. */
|
||||
int useline;
|
||||
int usecol;
|
||||
const char *usepathfile; /* N_USE: first path-token position,
|
||||
* independent of an explicit/blank alias. */
|
||||
int usepathline;
|
||||
int usepathcol;
|
||||
const char *usepkgname; /* N_USE: imported declared package name,
|
||||
* independent of the visible binding in `str`. */
|
||||
int useblank; /* N_USE: `_` spelling; no source binding. */
|
||||
|
||||
Reference in New Issue
Block a user