source:
dev/BasicCompiler_Common/include/Smoothie.h@
88
Last change on this file since 88 was 88, checked in by , 18 years ago | |
---|---|
File size: 287 bytes |
Line | |
---|---|
1 | #pragma once |
2 | |
3 | #include "Source.h" |
4 | #include "../TypeDef.h" |
5 | |
6 | class Smoothie{ |
7 | public: |
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 | }; |
20 | }; |
Note:
See TracBrowser
for help on using the repository browser.