diff options
author | John Hodge <tpg@mutabah.net> | 2018-06-04 13:21:22 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2018-06-04 13:21:22 +0800 |
commit | 42bdc18d4ba8f9fd19109050eb83bb6615539a75 (patch) | |
tree | 88501e01485038ad879160383b60c2e02b97f96e /src/ast/types.hpp | |
parent | 8d99deade68a9c995101fd5944f9011fcf3dccc7 (diff) | |
download | mrust-42bdc18d4ba8f9fd19109050eb83bb6615539a75.tar.gz |
All - Ensure that all files have a header comment, remove some dead code
Diffstat (limited to 'src/ast/types.hpp')
-rw-r--r-- | src/ast/types.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ast/types.hpp b/src/ast/types.hpp index b6d9d6f5..af07ba2d 100644 --- a/src/ast/types.hpp +++ b/src/ast/types.hpp @@ -1,3 +1,10 @@ +/* + * MRustC - Mutabah's Rust Compiler + * - By John Hodge (Mutabah/thePowersGang) + * + * ast/types.hpp + * - AST Type reference (and helpers) + */ #ifndef TYPES_HPP_INCLUDED #define TYPES_HPP_INCLUDED |