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 OScan

Description

Oberon scanner 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 scanner class

Classes, Interfaces and Objects

NameDescription
Class TScaner 

Constants

Overview

sOperation = ['+', '-', '*', '/', '~', '&', '|', '=', '>', '<', '#', '^'];
sOperator = [':', '='];
sRelation = ['=', '<', '>', '#'];

Description

sOperation = ['+', '-', '*', '/', '~', '&', '|', '=', '>', '<', '#', '^'];

sSpecial = ['+', '-', '*', '/', '~', '&', '.', ',', ':', ';', '|', '(', ')', '[', ']', '{', '}', '=', '>', '<', '#', '^'];

sOperator = [':', '='];

 

sRelation = ['=', '<', '>', '#'];

 

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