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 classClasses, Interfaces and Objects
Constants
Overview
sOperation = ['+', '-', '*', '/', '~', '&', '|', '=', '>', '<', '#', '^']; |
sOperator = [':', '=']; |
sRelation = ['=', '<', '>', '#']; |
Description
sOperation = ['+', '-', '*', '/', '~', '&', '|', '=', '>', '<', '#', '^']; |
sSpecial = ['+', '-', '*', '/', '~', '&', '.', ',', ':', ';', '|', '(', ')', '[', ']', '{', '}', '=', '>', '<', '#', '^'];
|
Last modified: Jan 6, 2010
Copyright (C) 2006-2010, casteng.com
|