diff options
Diffstat (limited to 'src/hir/expr.hpp')
-rw-r--r-- | src/hir/expr.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hir/expr.hpp b/src/hir/expr.hpp index 33726093..37efac31 100644 --- a/src/hir/expr.hpp +++ b/src/hir/expr.hpp @@ -1,4 +1,9 @@ /* + * MRustC - Mutabah's Rust Compiler + * - By John Hodge (Mutabah/thePowersGang) + * + * hir/expr.hpp + * - HIR Expression nodes */ #pragma once |