summaryrefslogtreecommitdiff
path: root/src/ast/crate.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-06-04 13:21:22 +0800
committerJohn Hodge <tpg@mutabah.net>2018-06-04 13:21:22 +0800
commit42bdc18d4ba8f9fd19109050eb83bb6615539a75 (patch)
tree88501e01485038ad879160383b60c2e02b97f96e /src/ast/crate.hpp
parent8d99deade68a9c995101fd5944f9011fcf3dccc7 (diff)
downloadmrust-42bdc18d4ba8f9fd19109050eb83bb6615539a75.tar.gz
All - Ensure that all files have a header comment, remove some dead code
Diffstat (limited to 'src/ast/crate.hpp')
-rw-r--r--src/ast/crate.hpp8
1 files changed, 7 insertions, 1 deletions
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"