diff options
Diffstat (limited to 'tools/standalone_miri/module_tree.cpp')
-rw-r--r-- | tools/standalone_miri/module_tree.cpp | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/tools/standalone_miri/module_tree.cpp b/tools/standalone_miri/module_tree.cpp index 8beba018..eb6b6b9e 100644 --- a/tools/standalone_miri/module_tree.cpp +++ b/tools/standalone_miri/module_tree.cpp @@ -1,11 +1,16 @@ -// -// -// +/* + * mrustc Standalone MIRI + * - by John Hodge (Mutabah) + * + * module_tree.cpp + * - In-memory representation of a Monomorphised MIR executable + * - Also handles parsing the .mir files + */ #include "module_tree.hpp" #include "lex.hpp" #include "value.hpp" #include <iostream> -#include <algorithm> // std::find +#include <algorithm> // std::find #include "debug.hpp" ModuleTree::ModuleTree() |