diff options
Diffstat (limited to 'src/parse/parseerror.hpp')
-rw-r--r-- | src/parse/parseerror.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/parse/parseerror.hpp b/src/parse/parseerror.hpp index d6bcab6b..d6e2b03e 100644 --- a/src/parse/parseerror.hpp +++ b/src/parse/parseerror.hpp @@ -1,3 +1,10 @@ +/* + * MRustC - Mutabah's Rust Compiler + * - By John Hodge (Mutabah/thePowersGang) + * + * parse/parseerror.hpp + * - Exception classes for parsing/lexing errors + */ #ifndef PARSEERROR_HPP_INCLUDED #define PARSEERROR_HPP_INCLUDED |