source: dev/BasicCompiler_Common/include/Smoothie.h@ 88

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

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

File size: 287 bytes
RevLine 
[78]1#pragma once
2
[87]3#include "Source.h"
[78]4#include "../TypeDef.h"
5
[88]6class Smoothie{
[78]7public:
[87]8
9 class Lexical{
10 public:
11 static BasicSource source;
12 };
13
14 class Meta{
15 public:
16 // TypeDef
17 static TypeDefCollection typeDefs;
18 static vector<ProcPointer *> procPointers;
19 };
[78]20};
Note: See TracBrowser for help on using the repository browser.