diff options
Diffstat (limited to 'src/ast/expr.cpp')
-rw-r--r-- | src/ast/expr.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ast/expr.cpp b/src/ast/expr.cpp index 1142b763..32295c8e 100644 --- a/src/ast/expr.cpp +++ b/src/ast/expr.cpp @@ -1,4 +1,9 @@ /* + * MRustC - Mutabah's Rust Compiler + * - By John Hodge (Mutabah/thePowersGang) + * + * ast/expr.cpp + * - AST Expression nodes */ #include "expr.hpp" #include "ast.hpp" |