diff options
Diffstat (limited to 'src/resolve/absolute.cpp')
-rw-r--r-- | src/resolve/absolute.cpp | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/resolve/absolute.cpp b/src/resolve/absolute.cpp index c51cac72..19da5820 100644 --- a/src/resolve/absolute.cpp +++ b/src/resolve/absolute.cpp @@ -1,6 +1,11 @@ /* - * Convert all paths in AST into absolute form (or to the relevant local item) - * - NOTE: This is the core of the 'resolve' pass. + * MRustC - Mutabah's Rust Compiler + * - By John Hodge (Mutabah/thePowersGang) + * + * resolve/absolute.cpp + * - Convert all paths in AST into absolute form (or to the relevant local item) + * + * NOTE: This is the core of the 'resolve' pass. * * After complete there should be no: * - Relative/super/self paths |