Category : Pascal Source Code
Archive   : PIBT41S4.ZIP
Filename : SCRIPTOP.GLO

 
Output of file : SCRIPTOP.GLO contained in archive : PIBT41S4.ZIP
(*--------------------------------------------------------------------------*)
(* Script operator definitions *)
(*--------------------------------------------------------------------------*)

CONST
MaxOperType = 49;
MaxOperNames = 44;
MaxOperNames1 = 43;
MaxPrec = 12;
MaxExecStack = 32;

TYPE

OperType = ( NoOpSy, AddSy, SubtractSy, MultSy, DivideSy,
EqualISy, LessISy, LessEqualISy, GreaterISy, GreaterEqualISy,
NotEqualISy,
EqualSSy, LessSSy, LessEqualSSy, GreaterSSy, GreaterEqualSSy,
NotEqualSSy,
AndSy, NotSy, OrSy, XorSy,
SubStrSy, IndexSy, LengthSy, ConcatSy, ConnectedSy,
WaitFoundSy, StringSy, NumberSy, AttendedSy,
FileExistsSy, EofSy, IOResultSy, DuplSy, UpperCaseSy,
TrimSy, ParamCountSy, ParamStrSy, ParamLineSy, DialedSy,
LTrimSy, DateSy, TimeSy, DialEntrySy, OrdSy, ChrSy,
ReadCtrlSy, WriteCtrlSy, EnhKeybdSy, KeyStringSy );

(* STRUCTURED *) CONST
OperSyms2 : ARRAY[0..MaxOperType] OF OperType
= ( NoOpSy, AddSy, SubtractSy, MultSy, DivideSy,
EqualISy, LessISy, LessEqualISy, GreaterISy, GreaterEqualISy,
NotEqualISy,
EqualSSy, LessSSy, LessEqualSSy, GreaterSSy, GreaterEqualSSy,
NotEqualSSy,
AndSy, NotSy, OrSy, XorSy,
SubStrSy, IndexSy, LengthSy, ConcatSy, ConnectedSy,
WaitFoundSy, StringSy, NumberSy, AttendedSy,
FileExistsSy, EofSy, IOResultSy, DuplSy, UpperCaseSy,
TrimSy, ParamCountSy, ParamStrSy, ParamLineSy, DialedSy,
LTrimSy, DateSy, TimeSy, DialEntrySy,
OrdSy, ChrSy,
ReadCtrlSy, WriteCtrlSy, EnhKeybdSy, KeyStringSy );

Operands : ARRAY[0..MaxOperandTypes] OF OperandType =
( Bad_Operand_Type, Operator_Type, Integer_Variable_Type,
Real_Variable_Type, String_Variable_Type,
Char_Variable_Type,
Integer_Constant_Type, Real_Constant_Type,
String_Constant_Type,
Char_Constant_Type,
StackEnd_Type, Left_Paren_Type, Right_Paren_Type,
Comma_Type );


  3 Responses to “Category : Pascal Source Code
Archive   : PIBT41S4.ZIP
Filename : SCRIPTOP.GLO

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/