source: dev/BasicCompiler_Common/src/Smoothie.cpp@ 105

Last change on this file since 105 was 105, checked in by dai_9181, 17 years ago

名前空間収集モジュール(NamespaceScopesCollectionクラス)を追加。

File size: 334 bytes
Line 
1#include <..\common.h>
2
3string Smoothie::Logger::log = "";
4
5BasicSource Smoothie::Lexical::source;
6NamespaceScopes Smoothie::Lexical::liveingNamespaceScopes;
7
8TypeDefCollection Smoothie::Meta::typeDefs;
9vector<ProcPointer *> Smoothie::Meta::procPointers;
10NamespaceScopesCollection Smoothie::Meta::namespaceScopesCollection;
Note: See TracBrowser for help on using the repository browser.