source:
dev/trunk/jenga/src/smoothie/Smoothie.cpp@
179
Last change on this file since 179 was 174, checked in by , 18 years ago | |
---|---|
File size: 387 bytes |
Rev | Line | |
---|---|---|
[170] | 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; | |
[172] | 8 | const CClass *Smoothie::Temp::pCompilingClass = NULL; |
[174] | 9 | CLexicalScopes *Smoothie::Temp::pLexicalScopes = NULL; |
[170] | 10 | |
11 | bool Smoothie::isFullCompile = false; |
Note:
See TracBrowser
for help on using the repository browser.