source:
dev/trunk/jenga/src/smoothie/Smoothie.cpp@
177
Last change on this file since 177 was 174, checked in by , 18 years ago | |
---|---|
File size: 387 bytes |
Line | |
---|---|
1 | #include <jenga/include/smoothie/Smoothie.h> |
2 | |
3 | BasicSource Smoothie::Lexical::source; |
4 | NamespaceScopes Smoothie::Lexical::liveingNamespaceScopes; |
5 | |
6 | Meta Smoothie::meta; |
7 | NamespaceScopesCollection Smoothie::Temp::importedNamespaces; |
8 | const CClass *Smoothie::Temp::pCompilingClass = NULL; |
9 | CLexicalScopes *Smoothie::Temp::pLexicalScopes = NULL; |
10 | |
11 | bool Smoothie::isFullCompile = false; |
Note:
See TracBrowser
for help on using the repository browser.