From c27addebd43d2b1df6dbfed16219336cb7a6867f Mon Sep 17 00:00:00 2001 From: John Hodge Date: Thu, 26 Mar 2015 21:35:12 +0800 Subject: Comment headers and readme update --- src/parse/root.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/parse/root.cpp') 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" -- cgit v1.2.3