source: dev/BasicCompiler_Common/src/Smoothie.cpp@ 88

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

House→Smoothie
Sourceクラスを用意した。

File size: 166 bytes
Line 
1#include <..\common.h>
2
3BasicSource Smoothie::Lexical::source;
4
5TypeDefCollection Smoothie::Meta::typeDefs;
6vector<ProcPointer *> Smoothie::Meta::procPointers;
Note: See TracBrowser for help on using the repository browser.