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

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

名前空間機能をグローバル関数に適用(作業完了)。

File size: 264 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;
Note: See TracBrowser for help on using the repository browser.