diff options
Diffstat (limited to 'src/hir/hir.cpp')
-rw-r--r-- | src/hir/hir.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/hir/hir.cpp b/src/hir/hir.cpp index f49c2f80..3a8ab95b 100644 --- a/src/hir/hir.cpp +++ b/src/hir/hir.cpp @@ -1,4 +1,11 @@ /* + * MRustC - Rust Compiler + * - By John Hodge (Mutabah/thePowersGang) + * + * hir/hir.cpp + * - Processed module tree (High-level Intermediate Representation) + * + * HIR type helper code */ #include "hir.hpp" |