1 // Report codes for the lexical analyzer. 2 // Last modified on 04/02/74 at 16:01:52 by R F Mabee. 3 // Installed on 6180 Multics as Version 3.4 by R F Mabee. 4 // First installed with Version 2.7, R F Mabee. 5 6 manifest // 100 - 149 are reserved for the lexical phase. 7 $( BadCharacter = 100 8 BadDollar = 101 9 BadFloat = 102 10 BadNumber = 103 11 BadSystemword = 104 12 GetStringMissing = 105 13 TokenTooLong = 106 14 $)