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
RevLine 
[78]1#include <..\common.h>
2
[91]3string Smoothie::Logger::log = "";
4
[88]5BasicSource Smoothie::Lexical::source;
[101]6NamespaceScopes Smoothie::Lexical::liveingNamespaceScopes;
[88]7
8TypeDefCollection Smoothie::Meta::typeDefs;
9vector<ProcPointer *> Smoothie::Meta::procPointers;
[105]10NamespaceScopesCollection Smoothie::Meta::namespaceScopesCollection;
Note: See TracBrowser for help on using the repository browser.