source: dev/trunk/abdev/BasicCompiler_Common/src/Smoothie.cpp@ 167

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

BasicSysDirをGetAppDirに置き換えた

File size: 254 bytes
RevLine 
[78]1#include <..\common.h>
2
[88]3BasicSource Smoothie::Lexical::source;
[101]4NamespaceScopes Smoothie::Lexical::liveingNamespaceScopes;
[88]5
[159]6Meta Smoothie::meta;
[143]7NamespaceScopesCollection Smoothie::Temp::importedNamespaces;
[112]8
9bool Smoothie::isFullCompile = false;
Note: See TracBrowser for help on using the repository browser.