summaryrefslogtreecommitdiff
path: root/src/parse/root.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2015-03-26 21:35:12 +0800
committerJohn Hodge <tpg@mutabah.net>2015-03-26 21:35:12 +0800
commitc27addebd43d2b1df6dbfed16219336cb7a6867f (patch)
tree79b9ba1d4fad04b18ff34ac92f5eb9d31a1efebf /src/parse/root.cpp
parent9b0293091f4da82d37a5b13c2b4110c09190a451 (diff)
downloadmrust-c27addebd43d2b1df6dbfed16219336cb7a6867f.tar.gz
Comment headers and readme update
Diffstat (limited to 'src/parse/root.cpp')
-rw-r--r--src/parse/root.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/parse/root.cpp b/src/parse/root.cpp
index c7518422..3bf43e1f 100644
--- a/src/parse/root.cpp
+++ b/src/parse/root.cpp
@@ -1,4 +1,13 @@
/*
+ * MRustC - Rust Compiler
+ * - By John Hodge (Mutabah/thePowersGang)
+ *
+ * parse/root.cpp
+ * - Parsing at the module level (highest-level parsing)
+ *
+ * Entrypoint:
+ * - Parse_Crate : Handles crate attrbutes, and passes on to Parse_ModRoot
+ * - Parse_ModRoot
*/
#include "../ast/ast.hpp"
#include "parseerror.hpp"