Ignore:
Timestamp:
Jul 21, 2007, 11:47:40 PM (17 years ago)
Author:
dai_9181
Message:

CodeGeneratorクラスのベースを実装

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/Compiler.h

    r224 r225  
    55#include <MetaImpl.h>
    66#include <DataTable.h>
     7#include <CodeGenerator.h>
    78
    89class Compiler
     
    3435    }
    3536
     37    // グローバル領域のネイティブコード
     38    NativeCode globalNativeCode;
     39
     40    // コード生成機構
     41    CodeGenerator codeGenerator;
     42
    3643    static bool StringToType( const std::string &typeName, Type &type );
    3744    static const std::string TypeToString( const Type &type );
Note: See TracChangeset for help on using the changeset viewer.