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

Last change on this file since 181 was 181, checked in by dai_9181, 17 years ago
File size: 341 bytes
RevLine 
[170]1#include <jenga/include/smoothie/Smoothie.h>
2
[181]3bool Smoothie::isUnicode = false;
[170]4BasicSource Smoothie::Lexical::source;
[181]5NamespaceScopes Smoothie::Temp::liveingNamespaceScopes;
[170]6
7NamespaceScopesCollection Smoothie::Temp::importedNamespaces;
[172]8const CClass *Smoothie::Temp::pCompilingClass = NULL;
[170]9
10bool Smoothie::isFullCompile = false;
Note: See TracBrowser for help on using the repository browser.