CAST II Game Engine

   MAIN       FEATURES       SCREENSHOTS       FORUMS       MANUAL       DOWNLOADS       CONTACTS   
Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

Class TAbstractCompiler

Unit

BaseClasses

Declaration

type TAbstractCompiler = class(TSubsystem)

Description

Abstract compiler class

Fields

 NameDescription
PublicLastErrorDescription of last compilation error occured

Methods

Overview

Publicfunction Compile(const Source: string): OTypes.TRTData; virtual; abstract;

Description

Publicfunction Compile(const Source: string): OTypes.TRTData; virtual; abstract;

Translate the given source to an intermediate or binary form

Last modified: 26 Oct, 2008
Copyright (C) 2006-2008, casteng.com