/* ====== BEGIN INCLUDE SEGMENT apl_lex_tables_.incl.pl1 ================================== */ /* generated automatically by make_apl_lex_tables_.teco, which was written 7/25/73 by DAM */ /* Modified 740131 by PG for new system variables */ /* Modified 790207 by Willaim M. York to add file system functions */ /* Modified 811211 by H. Hoover (UofC) to add QuadCALL function. */ /* char_type table has syntactic types, indexed by character code for safety, the table is a full 512 entries long. After all, it's only 1/2 a page! The types are: 0 random char 1 alphabetic: letters except E, underlined letters, underline, delta, underlined delta, underlined numbers, underlined quad (if they exist) 2 E 3 Quad 4 QuadQuote 5 digits 0-9 6 UpperMinus 7 period = decimal point 8 Slash, SlashHyphen, BackSlash, BackSlashHyphen 9 Lamp 10 NewLine 11 blank = Space, Tab 12 Apostrophe (string quote) 13 Colon 14 "functional" operator - like Plus, Times, CircleBackSlash, etc. 15 RightArrow 16 Degree (upper J) 17 SemiColon 18 LeftParen 19 LeftBracket 20 RightParen 21 RightBracket 22 LeftArrow 23 Diamond */ dcl char_type (0:511) fixed bin static init( (9) 0, 11, /* Tab */ 10, /* NewLine */ (21) 0, 11, /* Space */ 14, /* Exclamation */ (5) 0, 12, /* Apostrophe */ 18, /* LeftParen */ 20, /* RightParen */ 14, /* Star */ 14, /* Plus */ 14, /* Comma */ 14, /* Minus */ 7, /* Period */ 8, /* Slash */ 5, /* Zero */ 5, /* One */ 5, /* Two */ 5, /* Three */ 5, /* Four */ 5, /* Five */ 5, /* Six */ 5, /* Seven */ 5, /* Eight */ 5, /* Nine */ 13, /* Colon */ 17, /* SemiColon */ 14, /* LessThan */ 14, /* Equal */ 14, /* GreaterThan */ 14, /* Question */ 0, 1, /* LetterA_ */ 1, /* LetterB_ */ 1, /* LetterC_ */ 1, /* LetterD_ */ 1, /* LetterE_ */ 1, /* LetterF_ */ 1, /* LetterG_ */ 1, /* LetterH_ */ 1, /* LetterI_ */ 1, /* LetterJ_ */ 1, /* LetterK_ */ 1, /* LetterL_ */ 1, /* LetterM_ */ 1, /* LetterN_ */ 1, /* LetterO_ */ 1, /* LetterP_ */ 1, /* LetterQ_ */ 1, /* LetterR_ */ 1, /* LetterS_ */ 1, /* LetterT_ */ 1, /* LetterU_ */ 1, /* LetterV_ */ 1, /* LetterW_ */ 1, /* LetterX_ */ 1, /* LetterY_ */ 1, /* LetterZ_ */ 19, /* LeftBracket */ 8, /* BackSlash */ 21, /* RightBracket */ 0, 1, /* UnderLine */ 0, 1, /* LetterA */ 1, /* LetterB */ 1, /* LetterC */ 1, /* LetterD */ 2, /* LetterE */ 1, /* LetterF */ 1, /* LetterG */ 1, /* LetterH */ 1, /* LetterI */ 1, /* LetterJ */ 1, /* LetterK */ 1, /* LetterL */ 1, /* LetterM */ 1, /* LetterN */ 1, /* LetterO */ 1, /* LetterP */ 1, /* LetterQ */ 1, /* LetterR */ 1, /* LetterS */ 1, /* LetterT */ 1, /* LetterU */ 1, /* LetterV */ 1, /* LetterW */ 1, /* LetterX */ 1, /* LetterY */ 1, /* LetterZ */ 0, 14, /* VerticalBar */ 0, 14, /* Tilde */ 0, 14, /* LessOrEqual */ 14, /* GreaterOrEqual */ 14, /* NotEqual */ 14, /* OrSign */ 14, /* AndSign */ 14, /* Division */ 14, /* Epsilon */ 14, /* UpArrow */ 14, /* DownArrow */ 14, /* Circle */ 14, /* Ceiling */ 14, /* Floor */ 1, /* Delta */ 16, /* SmallCircle */ 3, /* Quad */ 0, 14, /* DeCode */ 14, /* EnCode */ 0, 0, 0, 14, /* NorSign */ 14, /* NandSign */ 14, /* CircleHyphen */ 8, /* SlashHyphen */ 0, 14, /* CircleStar */ 14, /* CircleBar */ 14, /* CircleBackSlash */ 0, 14, /* GradeDown */ 14, /* GradeUp */ 9, /* Lamp */ 4, /* QuadQuote */ 14, /* IBeam */ 8, /* BackSlashHyphen */ 14, /* Domino */ 0, 0, 14, /* Iota */ 14, /* Rho */ 14, /* Times */ 0, 6, /* UpperMinus */ 0, 22, /* LeftArrow */ 15, /* RightArrow */ 23, /* Diamond */ 1, /* Zero_ */ 1, /* One_ */ 1, /* Two_ */ 1, /* Three_ */ 1, /* Four_ */ 1, /* Five_ */ 1, /* Six_ */ 1, /* Seven_ */ 1, /* Eight_ */ 1, /* Nine_ */ 1, /* Delta_ */ 0, 14, /* ExecuteSign */ 14, /* FormatSign */ (5) 0, /* LeftTack - CentSign */ 14, /* CommaHyphen */ (316) 0); /* table of names of system-variables. Note - the funny character in these character strings is a Quad. Generated from apl_system_names.src */ dcl system_names (203:256) char(11) aligned static init( "ˇct", /* 203 */ "ˇio", /* 204 */ "ˇlx", /* 205 */ "ˇpp", /* 206 */ "ˇpw", /* 207 */ "ˇrl", /* 208 */ "ˇai", /* 209 */ "ˇlc", /* 210 */ "ˇts", /* 211 */ "ˇtt", /* 212 */ "ˇul", /* 213 */ "ˇwa", /* 214 */ "ˇwu", /* 215 */ "ˇcs", /* 216 */ "xxx", /* 217 */ "xxx", /* 218 */ "xxx", /* 219 */ "ˇcr", /* 220 */ "ˇfx", /* 221 */ "ˇex", /* 222 */ "ˇnl", /* 223 */ "ˇnc", /* 224 */ "ˇdl", /* 225 */ "ˇsvo", /* 226 */ "ˇsvc", /* 227 */ "ˇsvq", /* 228 */ "ˇsvr", /* 229 */ "ˇit", /* 230 */ "ˇec", /* 231 */ "ˇaf", /* 232 */ "xxx", /* 233 (semicolon cons) */ "ˇfaddacl", /* 234 */ "ˇfappend", /* 235 */ "ˇfcreate", /* 236 */ "ˇfdeleteacl", /* 237 */ "ˇfdrop", /* 238 */ "ˇferase", /* 239 */ "ˇfhold", /* 240 */ "ˇflib", /* 241 */ "ˇflim", /* 242 */ "ˇflistacl", /* 243 */ "ˇfnames", /* 244 */ "ˇfnums", /* 245 */ "ˇfrdci", /* 246 */ "ˇfread", /* 247 */ "ˇfrename", /* 248 */ "ˇfreplace", /* 249 */ "ˇfsetacl", /* 250 */ "ˇfsize", /* 251 */ "ˇfstie", /* 252 */ "ˇftie", /* 253 */ "ˇfuntie", /* 254 */ "ˇcall", /* 255 */ "xxx"); /* 256 (QuadCALLSemicolon) */ /* ------ END INCLUDE SEGMENT apl_lex_tables_.incl.pl1 ---------------------------------- */ */ ----------------------------------------------------------- Historical Background This edition of the Multics software materials and documentation is provided and donated to Massachusetts Institute of Technology by Group Bull including Bull HN Information Systems Inc. as a contribution to computer science knowledge. This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell Bull Inc., Groupe Bull and Bull HN Information Systems Inc. to the development of this operating system. Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture for managing computer hardware properly and for executing programs. Many subsequent operating systems incorporated Multics principles. Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . ----------------------------------------------------------- Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without fee is hereby granted,provided that the below copyright notice and historical background appear in all copies and that both the copyright notice and historical background and this permission notice appear in supporting documentation, and that the names of MIT, HIS, Bull or Bull HN not be used in advertising or publicity pertaining to distribution of the programs without specific prior written permission. Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. Copyright 2006 by Bull HN Information Systems Inc. Copyright 2006 by Bull SAS All Rights Reserved */