From 42bdc18d4ba8f9fd19109050eb83bb6615539a75 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Mon, 4 Jun 2018 13:21:22 +0800 Subject: All - Ensure that all files have a header comment, remove some dead code --- src/ast/crate.hpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/ast/crate.hpp') diff --git a/src/ast/crate.hpp b/src/ast/crate.hpp index bf1758d7..87a9f867 100644 --- a/src/ast/crate.hpp +++ b/src/ast/crate.hpp @@ -1,4 +1,10 @@ - +/* + * MRustC - Mutabah's Rust Compiler + * - By John Hodge (Mutabah/thePowersGang) + * + * ast/crate.hpp + * - AST::Crate type, and other top-level AST definitions + */ #pragma once #include "ast.hpp" -- cgit v1.2.3