tan
0.0.1
|
Organize a list of source files into their corresponding packages according to the code. Run this stage early since semantic analysis is performed on the package level. More...
#include <organize_packages.h>
Additional Inherited Members | |
Public Types inherited from tanlang::CompilerAction< OrganizePackages, vector< Program * >, vector< Package * > > | |
using | CompilerActionType = CompilerAction< OrganizePackages, vector< Program * >, vector< Package * > > |
Protected Member Functions inherited from tanlang::CompilerAction< OrganizePackages, vector< Program * >, vector< Package * > > | |
virtual void | init (vector< Program * >) |
Organize a list of source files into their corresponding packages according to the code. Run this stage early since semantic analysis is performed on the package level.
Definition at line 17 of file organize_packages.h.