source: dev/trunk/jenga/src/smoothie/Smoothie.cpp@ 174

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

LexicalScopeを移動

File size: 387 bytes
Line 
1#include <jenga/include/smoothie/Smoothie.h>
2
3BasicSource Smoothie::Lexical::source;
4NamespaceScopes Smoothie::Lexical::liveingNamespaceScopes;
5
6Meta Smoothie::meta;
7NamespaceScopesCollection Smoothie::Temp::importedNamespaces;
8const CClass *Smoothie::Temp::pCompilingClass = NULL;
9CLexicalScopes *Smoothie::Temp::pLexicalScopes = NULL;
10
11bool Smoothie::isFullCompile = false;
Note: See TracBrowser for help on using the repository browser.