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

Unit OComp

Description

Oberon compiler unit (C) 2004-2007 George "Mirage" Bakhtadze. www.casteng.com
The source code may be used under either MPL 1.1 or LGPL 2.1 license. See included license.txt file
The unit contains compiler main class

Classes, Interfaces and Objects

NameDescription
Class TCompiler 

Types

Overview

TCompiledModule = record end;
TTokenSet = set of TToken;

Description

TCompiledModule = record end;

 

TTokenSet = set of TToken;

 

Constants

Overview

AllMask = 127 shl 24;
ArrayMask = 4 shl 24;
COArrayMask = 8 shl 24;
ConstMask = 0 shl 24;
ProcMask = 2 shl 24;
ResWordMask = 16 shl 24;
VarMask = 1 shl 24;

Description

AllMask = 127 shl 24;

 

ArrayMask = 4 shl 24;

 

COArrayMask = 8 shl 24;

 

ConstMask = 0 shl 24;

 

ProcMask = 2 shl 24;

 

ResWordMask = 16 shl 24;

 

VarMask = 1 shl 24;

 

Last modified: Jan 6, 2010
Copyright (C) 2006-2010, casteng.com