author | wenzelm |
Wed, 04 Oct 2017 12:00:53 +0200 | |
changeset 66787 | 64b47495676d |
parent 62015 | db9c2af6ce72 |
permissions | -rw-r--r-- |
46844 | 1 |
|
2 |
(******************************************************************) |
|
3 |
(* GENERATED FILE -- DO NOT EDIT -- GENERATED FILE -- DO NOT EDIT *) |
|
4 |
(* GENERATED FILE -- DO NOT EDIT -- GENERATED FILE -- DO NOT EDIT *) |
|
5 |
(* GENERATED FILE -- DO NOT EDIT -- GENERATED FILE -- DO NOT EDIT *) |
|
6 |
(******************************************************************) |
|
7 |
||
8 |
(* |
|
9 |
This file is produced from the parser generated by ML-Yacc from the |
|
10 |
source files tptp.lex and tptp.yacc. |
|
11 |
*) |
|
12 |
signature TPTP_TOKENS = |
|
13 |
sig |
|
14 |
type ('a,'b) token |
|
15 |
type svalue |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
16 |
val LET_TT: 'a * 'a -> (svalue,'a) token |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
17 |
val LET_FT: 'a * 'a -> (svalue,'a) token |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
18 |
val LET_FF: 'a * 'a -> (svalue,'a) token |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
19 |
val LET_TF: 'a * 'a -> (svalue,'a) token |
46844 | 20 |
val ITE_T: 'a * 'a -> (svalue,'a) token |
21 |
val ITE_F: 'a * 'a -> (svalue,'a) token |
|
22 |
val CNF: 'a * 'a -> (svalue,'a) token |
|
23 |
val FOF: 'a * 'a -> (svalue,'a) token |
|
24 |
val TFF: 'a * 'a -> (svalue,'a) token |
|
25 |
val THF: 'a * 'a -> (svalue,'a) token |
|
26 |
val LET_TERM: 'a * 'a -> (svalue,'a) token |
|
27 |
val SUBTYPE: 'a * 'a -> (svalue,'a) token |
|
47358 | 28 |
val DOLLAR_DOLLAR_WORD: (string) * 'a * 'a -> (svalue,'a) token |
29 |
val DOLLAR_WORD: (string) * 'a * 'a -> (svalue,'a) token |
|
46844 | 30 |
val DEP_PROD: 'a * 'a -> (svalue,'a) token |
31 |
val DEP_SUM: 'a * 'a -> (svalue,'a) token |
|
32 |
val GENTZEN_ARROW: 'a * 'a -> (svalue,'a) token |
|
33 |
val TIMES: 'a * 'a -> (svalue,'a) token |
|
34 |
val PLUS: 'a * 'a -> (svalue,'a) token |
|
35 |
val OPERATOR_EXISTS: 'a * 'a -> (svalue,'a) token |
|
36 |
val OPERATOR_FORALL: 'a * 'a -> (svalue,'a) token |
|
37 |
val DEFIN_CHOICE: 'a * 'a -> (svalue,'a) token |
|
38 |
val INDEF_CHOICE: 'a * 'a -> (svalue,'a) token |
|
39 |
val DUD: 'a * 'a -> (svalue,'a) token |
|
40 |
val DISTINCT_OBJECT: (string) * 'a * 'a -> (svalue,'a) token |
|
41 |
val COMMENT: (string) * 'a * 'a -> (svalue,'a) token |
|
42 |
val LOWER_WORD: (string) * 'a * 'a -> (svalue,'a) token |
|
43 |
val UPPER_WORD: (string) * 'a * 'a -> (svalue,'a) token |
|
44 |
val SINGLE_QUOTED: (string) * 'a * 'a -> (svalue,'a) token |
|
45 |
val DOT_DECIMAL: (string) * 'a * 'a -> (svalue,'a) token |
|
46 |
val UNSIGNED_INTEGER: (string) * 'a * 'a -> (svalue,'a) token |
|
47 |
val SIGNED_INTEGER: (string) * 'a * 'a -> (svalue,'a) token |
|
48 |
val RATIONAL: (string) * 'a * 'a -> (svalue,'a) token |
|
49 |
val REAL: (string) * 'a * 'a -> (svalue,'a) token |
|
50 |
val DTFF: 'a * 'a -> (svalue,'a) token |
|
51 |
val DFOT: 'a * 'a -> (svalue,'a) token |
|
52 |
val DCNF: 'a * 'a -> (svalue,'a) token |
|
53 |
val DFOF: 'a * 'a -> (svalue,'a) token |
|
54 |
val DTHF: 'a * 'a -> (svalue,'a) token |
|
55 |
val EOF: 'a * 'a -> (svalue,'a) token |
|
56 |
val VLINE: 'a * 'a -> (svalue,'a) token |
|
57 |
val TOK_TYPE: 'a * 'a -> (svalue,'a) token |
|
58 |
val TOK_TRUE: 'a * 'a -> (svalue,'a) token |
|
59 |
val TOK_RAT: 'a * 'a -> (svalue,'a) token |
|
60 |
val TOK_REAL: 'a * 'a -> (svalue,'a) token |
|
61 |
val TOK_INT: 'a * 'a -> (svalue,'a) token |
|
62 |
val TOK_O: 'a * 'a -> (svalue,'a) token |
|
63 |
val TOK_I: 'a * 'a -> (svalue,'a) token |
|
64 |
val TOK_FALSE: 'a * 'a -> (svalue,'a) token |
|
65 |
val TILDE: 'a * 'a -> (svalue,'a) token |
|
66 |
val RPAREN: 'a * 'a -> (svalue,'a) token |
|
67 |
val RBRKT: 'a * 'a -> (svalue,'a) token |
|
68 |
val QUESTION: 'a * 'a -> (svalue,'a) token |
|
69 |
val PPLUS: 'a * 'a -> (svalue,'a) token |
|
70 |
val PERIOD: 'a * 'a -> (svalue,'a) token |
|
71 |
val NOR: 'a * 'a -> (svalue,'a) token |
|
72 |
val XOR: 'a * 'a -> (svalue,'a) token |
|
73 |
val NEQUALS: 'a * 'a -> (svalue,'a) token |
|
74 |
val NAND: 'a * 'a -> (svalue,'a) token |
|
75 |
val MMINUS: 'a * 'a -> (svalue,'a) token |
|
76 |
val MAP_TO: 'a * 'a -> (svalue,'a) token |
|
77 |
val LPAREN: 'a * 'a -> (svalue,'a) token |
|
78 |
val LBRKT: 'a * 'a -> (svalue,'a) token |
|
79 |
val LAMBDA: 'a * 'a -> (svalue,'a) token |
|
80 |
val INCLUDE: 'a * 'a -> (svalue,'a) token |
|
81 |
val IMPLIES: 'a * 'a -> (svalue,'a) token |
|
82 |
val IFF: 'a * 'a -> (svalue,'a) token |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
83 |
val FI: 'a * 'a -> (svalue,'a) token |
46844 | 84 |
val ARROW: 'a * 'a -> (svalue,'a) token |
85 |
val LET: 'a * 'a -> (svalue,'a) token |
|
86 |
val EXCLAMATION: 'a * 'a -> (svalue,'a) token |
|
87 |
val EQUALS: 'a * 'a -> (svalue,'a) token |
|
88 |
val COMMA: 'a * 'a -> (svalue,'a) token |
|
89 |
val COLON: 'a * 'a -> (svalue,'a) token |
|
90 |
val CARET: 'a * 'a -> (svalue,'a) token |
|
91 |
val AT_SIGN: 'a * 'a -> (svalue,'a) token |
|
92 |
val AMPERSAND: 'a * 'a -> (svalue,'a) token |
|
93 |
end |
|
94 |
signature TPTP_LRVALS= |
|
95 |
sig |
|
96 |
structure Tokens : TPTP_TOKENS |
|
97 |
structure ParserData:PARSER_DATA |
|
98 |
sharing type ParserData.Token.token = Tokens.token |
|
99 |
sharing type ParserData.svalue = Tokens.svalue |
|
100 |
end |
|
101 |
functor TPTPLexFun(structure Tokens: TPTP_TOKENS)= |
|
102 |
struct |
|
103 |
structure UserDeclarations = |
|
104 |
struct |
|
105 |
(* Title: HOL/TPTP/TPTP_Parser/tptp.lex |
|
106 |
Author: Nik Sultana, Cambridge University Computer Laboratory |
|
107 |
||
108 |
Notes: |
|
109 |
* Omit %full in definitions to restrict alphabet to ascii. |
|
47358 | 110 |
* Could include %posarg to ensure that we'd start counting character positions |
111 |
from 0, but it would punish performance. |
|
46844 | 112 |
* %s AF F COMMENT; -- could improve by making stateful. |
113 |
||
114 |
Acknowledgements: |
|
115 |
* Geoff Sutcliffe for help with TPTP. |
|
116 |
* Timothy Bourke for his tips on getting ML-Yacc working with Poly/ML. |
|
117 |
* An early version of this was ported from the specification shipped with |
|
118 |
Leo-II, written by Frank Theiss. |
|
119 |
* Some boilerplate bits were taken from the ml-yacc/ml-lex manual by Roger Price. |
|
120 |
* Jasmin Blanchette and Makarius Wenzel for help with Isabelle integration. |
|
121 |
*) |
|
122 |
||
123 |
structure T = Tokens |
|
124 |
type pos = int (* Position in file *) |
|
125 |
type lineNo = int |
|
126 |
type svalue = T.svalue |
|
127 |
type ('a,'b) token = ('a,'b) T.token |
|
128 |
type lexresult = (svalue,pos) token |
|
129 |
type lexarg = string |
|
130 |
type arg = lexarg |
|
131 |
val col = Unsynchronized.ref 0; |
|
132 |
val linep = Unsynchronized.ref 1; (* Line pointer *) |
|
133 |
val eolpos = Unsynchronized.ref 0; |
|
134 |
||
135 |
val badCh : string * string * int * int -> unit = fn |
|
136 |
(file_name, bad, line, col) => |
|
137 |
TextIO.output(TextIO.stdOut, file_name ^ "[" |
|
138 |
^ Int.toString line ^ "." ^ Int.toString col |
|
139 |
^ "] Invalid character \"" ^ bad ^ "\"\n"); |
|
140 |
||
141 |
val eof = fn file_name => |
|
142 |
let |
|
143 |
val result = T.EOF (!linep,!col); |
|
144 |
val _ = linep := 0; |
|
145 |
in result end |
|
146 |
(*here could check whether file ended prematurely: |
|
147 |
see if have open brackets, or if we're in some state other than INITIAL*) |
|
148 |
||
149 |
val count_commentlines : string -> unit = fn str => |
|
150 |
let |
|
151 |
val str' = String.explode str |
|
152 |
val newlines = List.filter (fn x => x = #"\n") str' |
|
153 |
in linep := (!linep) + (List.length newlines) end |
|
154 |
||
155 |
end (* end of user routines *) |
|
156 |
exception LexError (* raised if illegal leaf action tried *) |
|
157 |
structure Internal = |
|
62015 | 158 |
struct |
46844 | 159 |
|
160 |
datatype yyfinstate = N of int |
|
161 |
type statedata = {fin : yyfinstate list, trans: string} |
|
162 |
(* transition & final state table *) |
|
163 |
val tab = let |
|
164 |
val s = [ |
|
165 |
(0, |
|
166 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
167 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
168 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
169 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
170 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
171 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
172 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
173 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
174 |
\\000" |
|
175 |
), |
|
176 |
(1, |
|
57808 | 177 |
"\000\000\000\000\000\000\000\000\000\143\145\000\000\144\000\000\ |
178 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
179 |
\\143\139\134\000\101\089\088\083\082\081\080\078\077\072\070\057\ |
|
46844 | 180 |
\\048\048\048\048\048\048\048\048\048\048\045\000\039\037\036\033\ |
181 |
\\030\029\029\029\029\029\029\029\029\029\029\029\029\029\029\029\ |
|
182 |
\\029\029\029\029\029\029\029\029\029\029\029\028\000\027\026\000\ |
|
183 |
\\000\007\007\023\007\007\020\007\007\013\007\007\007\007\007\007\ |
|
184 |
\\007\007\007\007\008\007\007\007\007\007\007\000\006\000\003\000\ |
|
185 |
\\000" |
|
186 |
), |
|
187 |
(3, |
|
188 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
189 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
190 |
\\000\000\000\000\000\000\005\000\000\000\000\000\000\000\000\000\ |
|
191 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
192 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
193 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
194 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
195 |
\\000\000\000\000\000\000\000\000\000\000\000\000\004\000\000\000\ |
|
196 |
\\000" |
|
197 |
), |
|
198 |
(7, |
|
199 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
200 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
201 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
202 |
\\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ |
|
203 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
204 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ |
|
205 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
206 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ |
|
207 |
\\000" |
|
208 |
), |
|
209 |
(8, |
|
210 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
211 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
212 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
213 |
\\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ |
|
214 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
215 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ |
|
216 |
\\000\007\007\007\007\007\011\007\009\007\007\007\007\007\007\007\ |
|
217 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ |
|
218 |
\\000" |
|
219 |
), |
|
220 |
(9, |
|
221 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
222 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
223 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
224 |
\\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ |
|
225 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
226 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ |
|
227 |
\\000\007\007\007\007\007\010\007\007\007\007\007\007\007\007\007\ |
|
228 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ |
|
229 |
\\000" |
|
230 |
), |
|
231 |
(11, |
|
232 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
233 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
234 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
235 |
\\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ |
|
236 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
237 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ |
|
238 |
\\000\007\007\007\007\007\012\007\007\007\007\007\007\007\007\007\ |
|
239 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ |
|
240 |
\\000" |
|
241 |
), |
|
242 |
(13, |
|
243 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
244 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
245 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
246 |
\\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ |
|
247 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
248 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ |
|
249 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\014\007\ |
|
250 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ |
|
251 |
\\000" |
|
252 |
), |
|
253 |
(14, |
|
254 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
255 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
256 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
257 |
\\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ |
|
258 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
259 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ |
|
260 |
\\000\007\007\015\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
261 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ |
|
262 |
\\000" |
|
263 |
), |
|
264 |
(15, |
|
265 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
266 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
267 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
268 |
\\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ |
|
269 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
270 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ |
|
271 |
\\000\007\007\007\007\007\007\007\007\007\007\007\016\007\007\007\ |
|
272 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ |
|
273 |
\\000" |
|
274 |
), |
|
275 |
(16, |
|
276 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
277 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
278 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
279 |
\\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ |
|
280 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
281 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ |
|
282 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
283 |
\\007\007\007\007\007\017\007\007\007\007\007\000\000\000\000\000\ |
|
284 |
\\000" |
|
285 |
), |
|
286 |
(17, |
|
287 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
288 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
289 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
290 |
\\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ |
|
291 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
292 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ |
|
293 |
\\000\007\007\007\018\007\007\007\007\007\007\007\007\007\007\007\ |
|
294 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ |
|
295 |
\\000" |
|
296 |
), |
|
297 |
(18, |
|
298 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
299 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
300 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
301 |
\\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ |
|
302 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
303 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ |
|
304 |
\\000\007\007\007\007\019\007\007\007\007\007\007\007\007\007\007\ |
|
305 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ |
|
306 |
\\000" |
|
307 |
), |
|
308 |
(20, |
|
309 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
310 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
311 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
312 |
\\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ |
|
313 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
314 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ |
|
315 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\021\ |
|
316 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ |
|
317 |
\\000" |
|
318 |
), |
|
319 |
(21, |
|
320 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
321 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
322 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
323 |
\\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ |
|
324 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
325 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ |
|
326 |
\\000\007\007\007\007\007\022\007\007\007\007\007\007\007\007\007\ |
|
327 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ |
|
328 |
\\000" |
|
329 |
), |
|
330 |
(23, |
|
331 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
332 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
333 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
334 |
\\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ |
|
335 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
336 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ |
|
337 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\024\007\ |
|
338 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ |
|
339 |
\\000" |
|
340 |
), |
|
341 |
(24, |
|
342 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
343 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
344 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
345 |
\\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ |
|
346 |
\\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ |
|
347 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ |
|
348 |
\\000\007\007\007\007\007\025\007\007\007\007\007\007\007\007\007\ |
|
349 |
\\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ |
|
350 |
\\000" |
|
351 |
), |
|
352 |
(29, |
|
353 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
354 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
355 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
356 |
\\029\029\029\029\029\029\029\029\029\029\000\000\000\000\000\000\ |
|
357 |
\\000\029\029\029\029\029\029\029\029\029\029\029\029\029\029\029\ |
|
358 |
\\029\029\029\029\029\029\029\029\029\029\029\000\000\000\000\029\ |
|
359 |
\\000\029\029\029\029\029\029\029\029\029\029\029\029\029\029\029\ |
|
360 |
\\029\029\029\029\029\029\029\029\029\029\029\000\000\000\000\000\ |
|
361 |
\\000" |
|
362 |
), |
|
363 |
(30, |
|
364 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
365 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
366 |
\\000\000\000\000\000\000\000\000\000\000\000\032\000\031\000\000\ |
|
367 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
368 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
369 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
370 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
371 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
372 |
\\000" |
|
373 |
), |
|
374 |
(33, |
|
375 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
376 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
377 |
\\000\000\000\000\000\000\000\000\000\000\035\000\000\000\000\000\ |
|
378 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\034\ |
|
379 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
380 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
381 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
382 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
383 |
\\000" |
|
384 |
), |
|
385 |
(37, |
|
386 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
387 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
388 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
389 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\038\000\ |
|
390 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
391 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
392 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
393 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
394 |
\\000" |
|
395 |
), |
|
396 |
(39, |
|
397 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
398 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
399 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
400 |
\\000\000\000\000\000\000\000\000\000\000\000\000\044\042\000\000\ |
|
401 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
402 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
403 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
404 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\040\000\ |
|
405 |
\\000" |
|
406 |
), |
|
407 |
(40, |
|
408 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
409 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
410 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
411 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\041\000\ |
|
412 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
413 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
414 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
415 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
416 |
\\000" |
|
417 |
), |
|
418 |
(42, |
|
419 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
420 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
421 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
422 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\043\000\ |
|
423 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
424 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
425 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
426 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
427 |
\\000" |
|
428 |
), |
|
429 |
(45, |
|
430 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
431 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
432 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\047\000\000\ |
|
433 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\046\000\000\ |
|
434 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
435 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
436 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
437 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
438 |
\\000" |
|
439 |
), |
|
440 |
(48, |
|
441 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
442 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
443 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\051\049\ |
|
444 |
\\048\048\048\048\048\048\048\048\048\048\000\000\000\000\000\000\ |
|
445 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
446 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
447 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
448 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
449 |
\\000" |
|
450 |
), |
|
451 |
(49, |
|
452 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
453 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
454 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
455 |
\\050\050\050\050\050\050\050\050\050\050\000\000\000\000\000\000\ |
|
456 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
457 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
458 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
459 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
460 |
\\000" |
|
461 |
), |
|
462 |
(51, |
|
463 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
464 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
465 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
466 |
\\052\052\052\052\052\052\052\052\052\052\000\000\000\000\000\000\ |
|
467 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
468 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
469 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
470 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
471 |
\\000" |
|
472 |
), |
|
473 |
(52, |
|
474 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
475 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
476 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
477 |
\\052\052\052\052\052\052\052\052\052\052\000\000\000\000\000\000\ |
|
478 |
\\000\000\000\000\000\053\000\000\000\000\000\000\000\000\000\000\ |
|
479 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
480 |
\\000\000\000\000\000\053\000\000\000\000\000\000\000\000\000\000\ |
|
481 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
482 |
\\000" |
|
483 |
), |
|
484 |
(53, |
|
485 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
486 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
487 |
\\000\000\000\000\000\000\000\000\000\000\000\055\000\055\000\000\ |
|
488 |
\\054\054\054\054\054\054\054\054\054\054\000\000\000\000\000\000\ |
|
489 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
490 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
491 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
492 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
493 |
\\000" |
|
494 |
), |
|
495 |
(54, |
|
496 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
497 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
498 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
499 |
\\054\054\054\054\054\054\054\054\054\054\000\000\000\000\000\000\ |
|
500 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
501 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
502 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
503 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
504 |
\\000" |
|
505 |
), |
|
506 |
(55, |
|
507 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
508 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
509 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
510 |
\\056\056\056\056\056\056\056\056\056\056\000\000\000\000\000\000\ |
|
511 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
512 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
513 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
514 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
515 |
\\000" |
|
516 |
), |
|
517 |
(57, |
|
518 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
519 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
520 |
\\000\000\000\000\000\000\000\000\000\000\058\000\000\000\000\000\ |
|
521 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
522 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
523 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
524 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
525 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
526 |
\\000" |
|
527 |
), |
|
528 |
(58, |
|
529 |
"\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ |
|
530 |
\\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ |
|
531 |
\\058\058\058\058\058\058\058\058\058\058\059\058\058\058\058\058\ |
|
532 |
\\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ |
|
533 |
\\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ |
|
534 |
\\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ |
|
535 |
\\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ |
|
536 |
\\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ |
|
537 |
\\058" |
|
538 |
), |
|
539 |
(59, |
|
540 |
"\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ |
|
541 |
\\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ |
|
542 |
\\058\058\058\058\058\058\058\058\058\058\059\058\058\058\058\060\ |
|
543 |
\\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ |
|
544 |
\\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ |
|
545 |
\\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ |
|
546 |
\\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ |
|
547 |
\\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ |
|
548 |
\\058" |
|
549 |
), |
|
550 |
(60, |
|
551 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
552 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
553 |
\\000\000\000\000\000\064\000\000\000\000\000\000\000\000\000\061\ |
|
554 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
555 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
556 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
557 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
558 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
559 |
\\000" |
|
560 |
), |
|
561 |
(61, |
|
562 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
563 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
564 |
\\000\000\000\000\000\000\000\000\000\000\062\000\000\000\000\000\ |
|
565 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
566 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
567 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
568 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
569 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
570 |
\\000" |
|
571 |
), |
|
572 |
(62, |
|
573 |
"\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ |
|
574 |
\\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ |
|
575 |
\\062\062\062\062\062\062\062\062\062\062\063\062\062\062\062\062\ |
|
576 |
\\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ |
|
577 |
\\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ |
|
578 |
\\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ |
|
579 |
\\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ |
|
580 |
\\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ |
|
581 |
\\062" |
|
582 |
), |
|
583 |
(63, |
|
584 |
"\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ |
|
585 |
\\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ |
|
586 |
\\062\062\062\062\062\062\062\062\062\062\063\062\062\062\062\060\ |
|
587 |
\\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ |
|
588 |
\\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ |
|
589 |
\\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ |
|
590 |
\\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ |
|
591 |
\\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ |
|
592 |
\\062" |
|
593 |
), |
|
594 |
(64, |
|
595 |
"\064\064\064\064\064\064\064\064\064\064\000\064\064\064\064\064\ |
|
596 |
\\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ |
|
597 |
\\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\065\ |
|
598 |
\\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ |
|
599 |
\\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ |
|
600 |
\\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ |
|
601 |
\\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ |
|
602 |
\\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ |
|
603 |
\\064" |
|
604 |
), |
|
605 |
(65, |
|
606 |
"\064\064\064\064\064\064\064\064\064\064\000\064\064\064\064\064\ |
|
607 |
\\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ |
|
608 |
\\064\064\064\064\064\064\064\064\064\064\066\064\064\064\064\065\ |
|
609 |
\\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ |
|
610 |
\\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ |
|
611 |
\\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ |
|
612 |
\\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ |
|
613 |
\\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ |
|
614 |
\\064" |
|
615 |
), |
|
616 |
(66, |
|
617 |
"\066\066\066\066\066\066\066\066\066\066\062\066\066\066\066\066\ |
|
618 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
619 |
\\066\066\066\066\066\066\066\066\066\066\069\066\066\066\066\067\ |
|
620 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
621 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
622 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
623 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
624 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
625 |
\\066" |
|
626 |
), |
|
627 |
(67, |
|
628 |
"\066\066\066\066\066\066\066\066\066\066\062\066\066\066\066\066\ |
|
629 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
630 |
\\066\066\066\066\066\066\066\066\066\066\068\066\066\066\066\067\ |
|
631 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
632 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
633 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
634 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
635 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
636 |
\\066" |
|
637 |
), |
|
638 |
(69, |
|
639 |
"\066\066\066\066\066\066\066\066\066\066\062\066\066\066\066\066\ |
|
640 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
641 |
\\066\066\066\066\066\066\066\066\066\066\069\066\066\066\066\065\ |
|
642 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
643 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
644 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
645 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
646 |
\\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ |
|
647 |
\\066" |
|
648 |
), |
|
649 |
(70, |
|
650 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
651 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
652 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
653 |
\\071\071\071\071\071\071\071\071\071\071\000\000\000\000\000\000\ |
|
654 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
655 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
656 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
657 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
658 |
\\000" |
|
659 |
), |
|
660 |
(72, |
|
661 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
662 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
663 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\075\000\000\ |
|
664 |
\\074\074\074\074\074\074\074\074\074\074\000\000\000\000\073\000\ |
|
665 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
666 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
667 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
668 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
669 |
\\000" |
|
670 |
), |
|
671 |
(74, |
|
672 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
673 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
674 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\051\049\ |
|
675 |
\\074\074\074\074\074\074\074\074\074\074\000\000\000\000\000\000\ |
|
676 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
677 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
678 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
679 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
680 |
\\000" |
|
681 |
), |
|
682 |
(75, |
|
683 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
684 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
685 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
686 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\076\000\ |
|
687 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
688 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
689 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
690 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
691 |
\\000" |
|
692 |
), |
|
693 |
(78, |
|
694 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
695 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
696 |
\\000\000\000\000\000\000\000\000\000\000\000\079\000\000\000\000\ |
|
697 |
\\074\074\074\074\074\074\074\074\074\074\000\000\000\000\000\000\ |
|
698 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
699 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
700 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
701 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
702 |
\\000" |
|
703 |
), |
|
704 |
(83, |
|
47689 | 705 |
"\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ |
706 |
\\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ |
|
707 |
\\084\084\084\084\084\084\084\000\084\084\084\084\084\084\084\084\ |
|
46844 | 708 |
\\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ |
709 |
\\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ |
|
47689 | 710 |
\\084\084\084\084\084\084\084\084\084\084\084\084\087\084\084\084\ |
46844 | 711 |
\\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ |
47689 | 712 |
\\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ |
713 |
\\084" |
|
46844 | 714 |
), |
715 |
(84, |
|
47689 | 716 |
"\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ |
46844 | 717 |
\\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ |
47689 | 718 |
\\084\084\084\084\084\084\084\086\084\084\084\084\084\084\084\084\ |
46844 | 719 |
\\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ |
720 |
\\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ |
|
721 |
\\084\084\084\084\084\084\084\084\084\084\084\084\085\084\084\084\ |
|
722 |
\\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ |
|
47689 | 723 |
\\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ |
724 |
\\084" |
|
725 |
), |
|
726 |
(85, |
|
727 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
728 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
729 |
\\000\000\000\000\000\000\000\084\000\000\000\000\000\000\000\000\ |
|
730 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
731 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
732 |
\\000\000\000\000\000\000\000\000\000\000\000\000\084\000\000\000\ |
|
733 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
734 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
46844 | 735 |
\\000" |
736 |
), |
|
47689 | 737 |
(89, |
738 |
"\089\089\089\089\089\089\089\089\089\089\000\089\089\089\089\089\ |
|
739 |
\\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ |
|
740 |
\\089\089\089\089\089\100\089\089\089\089\089\089\089\089\089\090\ |
|
741 |
\\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ |
|
742 |
\\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ |
|
743 |
\\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ |
|
744 |
\\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ |
|
745 |
\\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ |
|
746 |
\\089" |
|
747 |
), |
|
46844 | 748 |
(90, |
47689 | 749 |
"\089\089\089\089\089\089\089\089\089\089\000\089\089\089\089\089\ |
750 |
\\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ |
|
751 |
\\089\089\089\089\089\100\089\089\089\089\091\089\089\089\089\090\ |
|
752 |
\\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ |
|
753 |
\\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ |
|
754 |
\\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ |
|
755 |
\\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ |
|
756 |
\\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ |
|
757 |
\\089" |
|
46844 | 758 |
), |
759 |
(91, |
|
47689 | 760 |
"\091\091\091\091\091\091\091\091\091\091\062\091\091\091\091\091\ |
761 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
762 |
\\091\091\091\091\091\095\091\091\091\091\094\091\091\091\091\092\ |
|
763 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
764 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
765 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
766 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
767 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
768 |
\\091" |
|
46844 | 769 |
), |
770 |
(92, |
|
47689 | 771 |
"\091\091\091\091\091\091\091\091\091\091\062\091\091\091\091\091\ |
772 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
773 |
\\091\091\091\091\091\095\091\091\091\091\093\091\091\091\091\092\ |
|
774 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
775 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
776 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
777 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
778 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
779 |
\\091" |
|
46844 | 780 |
), |
47689 | 781 |
(94, |
782 |
"\091\091\091\091\091\091\091\091\091\091\062\091\091\091\091\091\ |
|
783 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
784 |
\\091\091\091\091\091\095\091\091\091\091\094\091\091\091\091\090\ |
|
785 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
786 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
787 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
788 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
789 |
\\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ |
|
790 |
\\091" |
|
46844 | 791 |
), |
792 |
(95, |
|
47689 | 793 |
"\095\095\095\095\095\095\095\095\095\095\062\095\095\095\095\095\ |
794 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
795 |
\\095\095\095\095\095\095\095\095\095\095\098\095\095\095\095\096\ |
|
796 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
797 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
798 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
799 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
800 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
801 |
\\095" |
|
46844 | 802 |
), |
803 |
(96, |
|
47689 | 804 |
"\095\095\095\095\095\095\095\095\095\095\062\095\095\095\095\095\ |
805 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
806 |
\\095\095\095\095\095\095\095\095\095\095\097\095\095\095\095\096\ |
|
807 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
808 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
809 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
810 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
811 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
812 |
\\095" |
|
46844 | 813 |
), |
47689 | 814 |
(98, |
815 |
"\095\095\095\095\095\095\095\095\095\095\062\095\095\095\095\095\ |
|
816 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
817 |
\\095\095\095\095\095\095\095\095\095\095\098\095\095\095\095\099\ |
|
818 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
819 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
820 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
821 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
822 |
\\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ |
|
823 |
\\095" |
|
46844 | 824 |
), |
825 |
(99, |
|
47689 | 826 |
"\100\100\100\100\100\100\100\100\100\100\000\100\100\100\100\100\ |
827 |
\\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ |
|
828 |
\\100\100\100\100\100\100\100\100\100\100\095\100\100\100\100\099\ |
|
829 |
\\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ |
|
830 |
\\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ |
|
831 |
\\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ |
|
832 |
\\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ |
|
833 |
\\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ |
|
834 |
\\100" |
|
46844 | 835 |
), |
836 |
(100, |
|
47689 | 837 |
"\100\100\100\100\100\100\100\100\100\100\000\100\100\100\100\100\ |
838 |
\\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ |
|
839 |
\\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\099\ |
|
840 |
\\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ |
|
841 |
\\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ |
|
842 |
\\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ |
|
843 |
\\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ |
|
844 |
\\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ |
|
845 |
\\100" |
|
46844 | 846 |
), |
847 |
(101, |
|
47689 | 848 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
849 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
57808 | 850 |
\\000\000\000\000\132\000\000\000\000\000\000\000\000\000\000\000\ |
851 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
852 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
853 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\131\ |
|
47689 | 854 |
\\000\102\102\128\102\102\124\102\102\118\102\102\108\102\102\102\ |
855 |
\\102\102\102\102\103\102\102\102\102\102\102\000\000\000\000\000\ |
|
856 |
\\000" |
|
46844 | 857 |
), |
858 |
(102, |
|
859 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
860 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
47689 | 861 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
862 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
|
863 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
864 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ |
|
865 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
866 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ |
|
46844 | 867 |
\\000" |
868 |
), |
|
869 |
(103, |
|
870 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
871 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
872 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
47689 | 873 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
874 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
875 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ |
|
876 |
\\000\102\102\102\102\102\106\102\104\102\102\102\102\102\102\102\ |
|
877 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ |
|
46844 | 878 |
\\000" |
879 |
), |
|
880 |
(104, |
|
881 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
882 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
883 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
47689 | 884 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
885 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
886 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ |
|
887 |
\\000\102\102\102\102\102\105\102\102\102\102\102\102\102\102\102\ |
|
888 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ |
|
46844 | 889 |
\\000" |
890 |
), |
|
47689 | 891 |
(106, |
46844 | 892 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
893 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
894 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
47689 | 895 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
896 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
897 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ |
|
898 |
\\000\102\102\102\102\102\107\102\102\102\102\102\102\102\102\102\ |
|
899 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ |
|
46844 | 900 |
\\000" |
901 |
), |
|
47689 | 902 |
(108, |
46844 | 903 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
904 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
905 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
47689 | 906 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
907 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
908 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ |
|
909 |
\\000\102\102\102\102\109\102\102\102\102\102\102\102\102\102\102\ |
|
910 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ |
|
46844 | 911 |
\\000" |
912 |
), |
|
913 |
(109, |
|
914 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
915 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
916 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
47689 | 917 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
918 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
919 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ |
|
920 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
921 |
\\102\102\102\102\110\102\102\102\102\102\102\000\000\000\000\000\ |
|
46844 | 922 |
\\000" |
923 |
), |
|
924 |
(110, |
|
925 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
926 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
927 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
47689 | 928 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
929 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
930 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\111\ |
|
931 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
932 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ |
|
46844 | 933 |
\\000" |
934 |
), |
|
935 |
(111, |
|
936 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
937 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
938 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
47689 | 939 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
940 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
941 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ |
|
942 |
\\000\102\102\102\102\102\115\102\102\102\102\102\102\102\102\102\ |
|
943 |
\\102\102\102\102\112\102\102\102\102\102\102\000\000\000\000\000\ |
|
46844 | 944 |
\\000" |
945 |
), |
|
946 |
(112, |
|
947 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
948 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
949 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
47689 | 950 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
951 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
952 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ |
|
953 |
\\000\102\102\102\102\102\114\102\102\102\102\102\102\102\102\102\ |
|
954 |
\\102\102\102\102\113\102\102\102\102\102\102\000\000\000\000\000\ |
|
46844 | 955 |
\\000" |
956 |
), |
|
47689 | 957 |
(115, |
46844 | 958 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
959 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
960 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
47689 | 961 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
962 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
963 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ |
|
964 |
\\000\102\102\102\102\102\117\102\102\102\102\102\102\102\102\102\ |
|
965 |
\\102\102\102\102\116\102\102\102\102\102\102\000\000\000\000\000\ |
|
46844 | 966 |
\\000" |
967 |
), |
|
47689 | 968 |
(118, |
46844 | 969 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
970 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
971 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
47689 | 972 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
973 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
974 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ |
|
975 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
976 |
\\102\102\102\102\119\102\102\102\102\102\102\000\000\000\000\000\ |
|
46844 | 977 |
\\000" |
978 |
), |
|
979 |
(119, |
|
980 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
981 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
982 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
47689 | 983 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
984 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
985 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ |
|
986 |
\\000\102\102\102\102\120\102\102\102\102\102\102\102\102\102\102\ |
|
987 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ |
|
46844 | 988 |
\\000" |
989 |
), |
|
990 |
(120, |
|
991 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
992 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
993 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
47689 | 994 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
995 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
996 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\121\ |
|
997 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
998 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
999 |
\\000" |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1000 |
), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1001 |
(121, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1002 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1003 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1004 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
47689 | 1005 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
1006 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
1007 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ |
|
1008 |
\\000\102\102\102\102\102\123\102\102\102\102\102\102\102\102\102\ |
|
1009 |
\\102\102\102\102\122\102\102\102\102\102\102\000\000\000\000\000\ |
|
46844 | 1010 |
\\000" |
1011 |
), |
|
47689 | 1012 |
(124, |
46844 | 1013 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
1014 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1015 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
47689 | 1016 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
1017 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
1018 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ |
|
1019 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\125\ |
|
1020 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ |
|
46844 | 1021 |
\\000" |
1022 |
), |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1023 |
(125, |
46844 | 1024 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
1025 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1026 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
47689 | 1027 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
1028 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
1029 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ |
|
1030 |
\\000\102\102\102\102\102\127\102\102\102\102\102\102\102\102\102\ |
|
1031 |
\\102\102\102\102\126\102\102\102\102\102\102\000\000\000\000\000\ |
|
46844 | 1032 |
\\000" |
1033 |
), |
|
47689 | 1034 |
(128, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1035 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1036 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1037 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
47689 | 1038 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
1039 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
1040 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ |
|
1041 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\129\102\ |
|
1042 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1043 |
\\000" |
46844 | 1044 |
), |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1045 |
(129, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1046 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1047 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1048 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
47689 | 1049 |
\\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ |
1050 |
\\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ |
|
1051 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ |
|
1052 |
\\000\102\102\102\102\102\130\102\102\102\102\102\102\102\102\102\ |
|
1053 |
\\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1054 |
\\000" |
46844 | 1055 |
), |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1056 |
(132, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1057 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1058 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1059 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
57808 | 1060 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
1061 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1062 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1063 |
\\000\133\133\133\133\133\133\133\133\133\133\133\133\133\133\133\ |
|
1064 |
\\133\133\133\133\133\133\133\133\133\133\133\000\000\000\000\000\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1065 |
\\000" |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1066 |
), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1067 |
(133, |
57808 | 1068 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
1069 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1070 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1071 |
\\133\133\133\133\133\133\133\133\133\133\000\000\000\000\000\000\ |
|
1072 |
\\000\133\133\133\133\133\133\133\133\133\133\133\133\133\133\133\ |
|
1073 |
\\133\133\133\133\133\133\133\133\133\133\133\000\000\000\000\133\ |
|
1074 |
\\000\133\133\133\133\133\133\133\133\133\133\133\133\133\133\133\ |
|
1075 |
\\133\133\133\133\133\133\133\133\133\133\133\000\000\000\000\000\ |
|
1076 |
\\000" |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1077 |
), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1078 |
(134, |
57808 | 1079 |
"\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\ |
1080 |
\\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\ |
|
1081 |
\\135\135\000\135\135\135\135\135\135\135\135\135\135\135\135\135\ |
|
1082 |
\\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\ |
|
1083 |
\\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\ |
|
1084 |
\\135\135\135\135\135\135\135\135\135\135\135\135\138\135\135\135\ |
|
1085 |
\\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\ |
|
1086 |
\\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\ |
|
1087 |
\\135" |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1088 |
), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1089 |
(135, |
57808 | 1090 |
"\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\ |
1091 |
\\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\ |
|
1092 |
\\135\135\137\135\135\135\135\135\135\135\135\135\135\135\135\135\ |
|
1093 |
\\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\ |
|
1094 |
\\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\ |
|
1095 |
\\135\135\135\135\135\135\135\135\135\135\135\135\136\135\135\135\ |
|
1096 |
\\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\ |
|
1097 |
\\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\135\ |
|
1098 |
\\135" |
|
1099 |
), |
|
1100 |
(136, |
|
47689 | 1101 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
1102 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
57808 | 1103 |
\\000\000\135\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
1104 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1105 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1106 |
\\000\000\000\000\000\000\000\000\000\000\000\000\135\000\000\000\ |
|
47689 | 1107 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
1108 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1109 |
\\000" |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1110 |
), |
57808 | 1111 |
(139, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1112 |
"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1113 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
57808 | 1114 |
\\000\142\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
1115 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\141\140\000\ |
|
46844 | 1116 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
1117 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1118 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1119 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1120 |
\\000" |
|
1121 |
), |
|
57808 | 1122 |
(143, |
1123 |
"\000\000\000\000\000\000\000\000\000\143\000\000\000\000\000\000\ |
|
1124 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1125 |
\\143\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
46844 | 1126 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
1127 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1128 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1129 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1130 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1131 |
\\000" |
|
1132 |
), |
|
57808 | 1133 |
(144, |
1134 |
"\000\000\000\000\000\000\000\000\000\000\145\000\000\000\000\000\ |
|
46844 | 1135 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
1136 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1137 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1138 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1139 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1140 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1141 |
\\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ |
|
1142 |
\\000" |
|
1143 |
), |
|
1144 |
(0, "")] |
|
1145 |
fun f x = x |
|
57797 | 1146 |
val s = List.map f (List.rev (tl (List.rev s))) |
46844 | 1147 |
exception LexHackingError |
1148 |
fun look ((j,x)::r, i: int) = if i = j then x else look(r, i) |
|
1149 |
| look ([], i) = raise LexHackingError |
|
1150 |
fun g {fin=x, trans=i} = {fin=x, trans=look(s,i)} |
|
57797 | 1151 |
in Vector.fromList(List.map g |
46844 | 1152 |
[{fin = [], trans = 0}, |
1153 |
{fin = [(N 2)], trans = 1}, |
|
1154 |
{fin = [(N 2)], trans = 1}, |
|
1155 |
{fin = [(N 84)], trans = 3}, |
|
1156 |
{fin = [(N 71)], trans = 0}, |
|
1157 |
{fin = [(N 61)], trans = 0}, |
|
1158 |
{fin = [(N 86)], trans = 0}, |
|
47689 | 1159 |
{fin = [(N 271)], trans = 7}, |
1160 |
{fin = [(N 271)], trans = 8}, |
|
1161 |
{fin = [(N 271)], trans = 9}, |
|
1162 |
{fin = [(N 174),(N 271)], trans = 7}, |
|
1163 |
{fin = [(N 271)], trans = 11}, |
|
1164 |
{fin = [(N 186),(N 271)], trans = 7}, |
|
1165 |
{fin = [(N 271)], trans = 13}, |
|
1166 |
{fin = [(N 271)], trans = 14}, |
|
1167 |
{fin = [(N 271)], trans = 15}, |
|
1168 |
{fin = [(N 271)], trans = 16}, |
|
1169 |
{fin = [(N 271)], trans = 17}, |
|
1170 |
{fin = [(N 271)], trans = 18}, |
|
1171 |
{fin = [(N 194),(N 271)], trans = 7}, |
|
1172 |
{fin = [(N 271)], trans = 20}, |
|
1173 |
{fin = [(N 271)], trans = 21}, |
|
1174 |
{fin = [(N 178),(N 271)], trans = 7}, |
|
1175 |
{fin = [(N 271)], trans = 23}, |
|
1176 |
{fin = [(N 271)], trans = 24}, |
|
1177 |
{fin = [(N 182),(N 271)], trans = 7}, |
|
46844 | 1178 |
{fin = [(N 25)], trans = 0}, |
1179 |
{fin = [(N 80)], trans = 0}, |
|
1180 |
{fin = [(N 50)], trans = 0}, |
|
47689 | 1181 |
{fin = [(N 145)], trans = 29}, |
46844 | 1182 |
{fin = [(N 23)], trans = 30}, |
1183 |
{fin = [(N 15)], trans = 0}, |
|
1184 |
{fin = [(N 12)], trans = 0}, |
|
1185 |
{fin = [(N 78)], trans = 33}, |
|
1186 |
{fin = [(N 21)], trans = 0}, |
|
57808 | 1187 |
{fin = [(N 306)], trans = 0}, |
46844 | 1188 |
{fin = [(N 38)], trans = 0}, |
1189 |
{fin = [(N 31)], trans = 37}, |
|
1190 |
{fin = [(N 48)], trans = 0}, |
|
1191 |
{fin = [], trans = 39}, |
|
1192 |
{fin = [], trans = 40}, |
|
1193 |
{fin = [(N 68)], trans = 0}, |
|
1194 |
{fin = [(N 41)], trans = 42}, |
|
1195 |
{fin = [(N 45)], trans = 0}, |
|
57808 | 1196 |
{fin = [(N 300)], trans = 0}, |
46844 | 1197 |
{fin = [(N 27)], trans = 45}, |
1198 |
{fin = [(N 36)], trans = 0}, |
|
57808 | 1199 |
{fin = [(N 309)], trans = 0}, |
46844 | 1200 |
{fin = [(N 126)], trans = 48}, |
1201 |
{fin = [], trans = 49}, |
|
1202 |
{fin = [(N 104)], trans = 49}, |
|
1203 |
{fin = [], trans = 51}, |
|
1204 |
{fin = [(N 119)], trans = 52}, |
|
1205 |
{fin = [], trans = 53}, |
|
1206 |
{fin = [(N 119)], trans = 54}, |
|
1207 |
{fin = [], trans = 55}, |
|
1208 |
{fin = [(N 119)], trans = 55}, |
|
1209 |
{fin = [], trans = 57}, |
|
1210 |
{fin = [], trans = 58}, |
|
1211 |
{fin = [], trans = 59}, |
|
47689 | 1212 |
{fin = [(N 170)], trans = 60}, |
46844 | 1213 |
{fin = [], trans = 61}, |
1214 |
{fin = [], trans = 62}, |
|
1215 |
{fin = [], trans = 63}, |
|
47689 | 1216 |
{fin = [(N 170)], trans = 64}, |
1217 |
{fin = [(N 170)], trans = 65}, |
|
1218 |
{fin = [(N 170)], trans = 66}, |
|
1219 |
{fin = [(N 170)], trans = 67}, |
|
1220 |
{fin = [(N 170)], trans = 66}, |
|
1221 |
{fin = [(N 170)], trans = 69}, |
|
46844 | 1222 |
{fin = [(N 73)], trans = 70}, |
1223 |
{fin = [(N 130)], trans = 70}, |
|
1224 |
{fin = [], trans = 72}, |
|
1225 |
{fin = [(N 55)], trans = 0}, |
|
1226 |
{fin = [(N 123)], trans = 74}, |
|
1227 |
{fin = [(N 58)], trans = 75}, |
|
57808 | 1228 |
{fin = [(N 297)], trans = 0}, |
46844 | 1229 |
{fin = [(N 29)], trans = 0}, |
57808 | 1230 |
{fin = [(N 291)], trans = 78}, |
46844 | 1231 |
{fin = [(N 76)], trans = 0}, |
57808 | 1232 |
{fin = [(N 293)], trans = 0}, |
46844 | 1233 |
{fin = [(N 82)], trans = 0}, |
1234 |
{fin = [(N 52)], trans = 0}, |
|
1235 |
{fin = [], trans = 83}, |
|
1236 |
{fin = [], trans = 84}, |
|
1237 |
{fin = [], trans = 85}, |
|
47689 | 1238 |
{fin = [(N 139)], trans = 0}, |
46844 | 1239 |
{fin = [], trans = 85}, |
1240 |
{fin = [(N 9)], trans = 0}, |
|
47689 | 1241 |
{fin = [(N 170)], trans = 89}, |
1242 |
{fin = [(N 170)], trans = 90}, |
|
1243 |
{fin = [(N 170)], trans = 91}, |
|
1244 |
{fin = [(N 170)], trans = 92}, |
|
1245 |
{fin = [(N 170)], trans = 91}, |
|
1246 |
{fin = [(N 170)], trans = 94}, |
|
1247 |
{fin = [(N 170)], trans = 95}, |
|
1248 |
{fin = [(N 170)], trans = 96}, |
|
1249 |
{fin = [(N 170)], trans = 95}, |
|
1250 |
{fin = [(N 170)], trans = 98}, |
|
1251 |
{fin = [(N 170)], trans = 99}, |
|
1252 |
{fin = [(N 170)], trans = 100}, |
|
1253 |
{fin = [], trans = 101}, |
|
1254 |
{fin = [(N 278)], trans = 102}, |
|
1255 |
{fin = [(N 278)], trans = 103}, |
|
1256 |
{fin = [(N 278)], trans = 104}, |
|
1257 |
{fin = [(N 199),(N 278)], trans = 102}, |
|
1258 |
{fin = [(N 278)], trans = 106}, |
|
1259 |
{fin = [(N 219),(N 278)], trans = 102}, |
|
1260 |
{fin = [(N 278)], trans = 108}, |
|
1261 |
{fin = [(N 278)], trans = 109}, |
|
1262 |
{fin = [(N 278)], trans = 110}, |
|
1263 |
{fin = [(N 278)], trans = 111}, |
|
1264 |
{fin = [(N 278)], trans = 112}, |
|
1265 |
{fin = [(N 265),(N 278)], trans = 102}, |
|
1266 |
{fin = [(N 241),(N 278)], trans = 102}, |
|
1267 |
{fin = [(N 278)], trans = 115}, |
|
1268 |
{fin = [(N 257),(N 278)], trans = 102}, |
|
1269 |
{fin = [(N 249),(N 278)], trans = 102}, |
|
1270 |
{fin = [(N 278)], trans = 118}, |
|
1271 |
{fin = [(N 278)], trans = 119}, |
|
1272 |
{fin = [(N 278)], trans = 120}, |
|
1273 |
{fin = [(N 278)], trans = 121}, |
|
1274 |
{fin = [(N 233),(N 278)], trans = 102}, |
|
1275 |
{fin = [(N 226),(N 278)], trans = 102}, |
|
1276 |
{fin = [(N 278)], trans = 124}, |
|
1277 |
{fin = [(N 278)], trans = 125}, |
|
1278 |
{fin = [(N 214),(N 278)], trans = 102}, |
|
1279 |
{fin = [(N 204),(N 278)], trans = 102}, |
|
1280 |
{fin = [(N 278)], trans = 128}, |
|
1281 |
{fin = [(N 278)], trans = 129}, |
|
1282 |
{fin = [(N 209),(N 278)], trans = 102}, |
|
57808 | 1283 |
{fin = [(N 281)], trans = 0}, |
1284 |
{fin = [], trans = 132}, |
|
1285 |
{fin = [(N 289)], trans = 133}, |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1286 |
{fin = [], trans = 134}, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1287 |
{fin = [], trans = 135}, |
57808 | 1288 |
{fin = [], trans = 136}, |
46844 | 1289 |
{fin = [(N 95)], trans = 0}, |
57808 | 1290 |
{fin = [], trans = 136}, |
1291 |
{fin = [(N 33)], trans = 139}, |
|
1292 |
{fin = [(N 303)], trans = 0}, |
|
46844 | 1293 |
{fin = [(N 64)], trans = 0}, |
1294 |
{fin = [(N 18)], trans = 0}, |
|
57808 | 1295 |
{fin = [(N 2)], trans = 143}, |
1296 |
{fin = [(N 7)], trans = 144}, |
|
46844 | 1297 |
{fin = [(N 7)], trans = 0}]) |
1298 |
end |
|
1299 |
structure StartStates = |
|
62015 | 1300 |
struct |
1301 |
datatype yystartstate = STARTSTATE of int |
|
46844 | 1302 |
|
1303 |
(* start state definitions *) |
|
1304 |
||
1305 |
val INITIAL = STARTSTATE 1; |
|
1306 |
||
1307 |
end |
|
1308 |
type result = UserDeclarations.lexresult |
|
62015 | 1309 |
exception LexerError (* raised if illegal leaf action tried *) |
46844 | 1310 |
end |
1311 |
||
1312 |
fun makeLexer yyinput = |
|
62015 | 1313 |
let val yygone0=1 |
1314 |
val yyb = Unsynchronized.ref "\n" (* buffer *) |
|
1315 |
val yybl = Unsynchronized.ref 1 (*buffer length *) |
|
1316 |
val yybufpos = Unsynchronized.ref 1 (* location of next character to use *) |
|
1317 |
val yygone = Unsynchronized.ref yygone0 (* position in file of beginning of buffer *) |
|
1318 |
val yydone = Unsynchronized.ref false (* eof found yet? *) |
|
1319 |
val yybegin = Unsynchronized.ref 1 (*Current 'start state' for lexer *) |
|
46844 | 1320 |
|
62015 | 1321 |
val YYBEGIN = fn (Internal.StartStates.STARTSTATE x) => |
1322 |
yybegin := x |
|
46844 | 1323 |
|
1324 |
fun lex (yyarg as (file_name:string)) = |
|
1325 |
let fun continue() : Internal.result = |
|
1326 |
let fun scan (s,AcceptingLeaves : Internal.yyfinstate list list,l,i0) = |
|
62015 | 1327 |
let fun action (i,nil) = raise LexError |
1328 |
| action (i,nil::l) = action (i-1,l) |
|
1329 |
| action (i,(node::acts)::l) = |
|
1330 |
case node of |
|
1331 |
Internal.N yyk => |
|
1332 |
(let fun yymktext() = String.substring(!yyb,i0,i-i0) |
|
1333 |
val yypos = i0+ !yygone |
|
1334 |
open UserDeclarations Internal.StartStates |
|
46844 | 1335 |
in (yybufpos := i; case yyk of |
1336 |
||
62015 | 1337 |
(* Application actions *) |
46844 | 1338 |
|
1339 |
104 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.RATIONAL(yytext,!linep,!col) end |
|
1340 |
| 119 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.REAL(yytext,!linep,!col) end |
|
1341 |
| 12 => (col:=yypos-(!eolpos); T.INDEF_CHOICE(!linep,!col)) |
|
1342 |
| 123 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.SIGNED_INTEGER(yytext,!linep,!col) end |
|
1343 |
| 126 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.UNSIGNED_INTEGER(yytext,!linep,!col) end |
|
1344 |
| 130 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.DOT_DECIMAL(yytext,!linep,!col) end |
|
47689 | 1345 |
| 139 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.SINGLE_QUOTED(yytext,!linep,!col) end |
1346 |
| 145 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.UPPER_WORD(yytext,!linep,!col) end |
|
46844 | 1347 |
| 15 => (col:=yypos-(!eolpos); T.DEFIN_CHOICE(!linep,!col)) |
47689 | 1348 |
| 170 => let val yytext=yymktext() in col:=yypos-(!eolpos); count_commentlines yytext;T.COMMENT(yytext,!linep,!col) end |
1349 |
| 174 => (col:=yypos-(!eolpos); T.THF(!linep,!col)) |
|
1350 |
| 178 => (col:=yypos-(!eolpos); T.FOF(!linep,!col)) |
|
46844 | 1351 |
| 18 => (col:=yypos-(!eolpos); T.OPERATOR_FORALL(!linep,!col)) |
47689 | 1352 |
| 182 => (col:=yypos-(!eolpos); T.CNF(!linep,!col)) |
1353 |
| 186 => (col:=yypos-(!eolpos); T.TFF(!linep,!col)) |
|
1354 |
| 194 => (col:=yypos-(!eolpos); T.INCLUDE(!linep,!col)) |
|
1355 |
| 199 => (col:=yypos-(!eolpos); T.DTHF(!linep,!col)) |
|
46844 | 1356 |
| 2 => let val yytext=yymktext() in col:=(!col)+size yytext; continue () end |
47689 | 1357 |
| 204 => (col:=yypos-(!eolpos); T.DFOF(!linep,!col)) |
1358 |
| 209 => (col:=yypos-(!eolpos); T.DCNF(!linep,!col)) |
|
46844 | 1359 |
| 21 => (col:=yypos-(!eolpos); T.OPERATOR_EXISTS(!linep,!col)) |
47689 | 1360 |
| 214 => (col:=yypos-(!eolpos); T.DFOT(!linep,!col)) |
1361 |
| 219 => (col:=yypos-(!eolpos); T.DTFF(!linep,!col)) |
|
1362 |
| 226 => (col:=yypos-(!eolpos); T.ITE_F(!linep,!col)) |
|
46844 | 1363 |
| 23 => (col:=yypos-(!eolpos); T.AT_SIGN(!linep,!col)) |
47689 | 1364 |
| 233 => (col:=yypos-(!eolpos); T.ITE_T(!linep,!col)) |
1365 |
| 241 => (col:=yypos-(!eolpos); T.LET_TF(!linep,!col)) |
|
1366 |
| 249 => (col:=yypos-(!eolpos); T.LET_FF(!linep,!col)) |
|
46844 | 1367 |
| 25 => (col:=yypos-(!eolpos); T.CARET(!linep,!col)) |
47689 | 1368 |
| 257 => (col:=yypos-(!eolpos); T.LET_FT(!linep,!col)) |
1369 |
| 265 => (col:=yypos-(!eolpos); T.LET_TT(!linep,!col)) |
|
46844 | 1370 |
| 27 => (col:=yypos-(!eolpos); T.COLON(!linep,!col)) |
47689 | 1371 |
| 271 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.LOWER_WORD(yytext,!linep,!col) end |
1372 |
| 278 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.DOLLAR_WORD(yytext,!linep,!col) end |
|
57808 | 1373 |
| 281 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.DOLLAR_WORD(yytext,!linep,!col) end |
1374 |
| 289 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.DOLLAR_DOLLAR_WORD(yytext,!linep,!col) end |
|
46844 | 1375 |
| 29 => (col:=yypos-(!eolpos); T.COMMA(!linep,!col)) |
57808 | 1376 |
| 291 => (col:=yypos-(!eolpos); T.PLUS(!linep,!col)) |
1377 |
| 293 => (col:=yypos-(!eolpos); T.TIMES(!linep,!col)) |
|
1378 |
| 297 => (col:=yypos-(!eolpos); T.GENTZEN_ARROW(!linep,!col)) |
|
1379 |
| 300 => (col:=yypos-(!eolpos); T.SUBTYPE(!linep,!col)) |
|
1380 |
| 303 => (col:=yypos-(!eolpos); T.DEP_PROD(!linep,!col)) |
|
1381 |
| 306 => (col:=yypos-(!eolpos); T.DEP_SUM(!linep,!col)) |
|
1382 |
| 309 => (col:=yypos-(!eolpos); T.LET_TERM(!linep,!col)) |
|
46844 | 1383 |
| 31 => (col:=yypos-(!eolpos); T.EQUALS(!linep,!col)) |
1384 |
| 33 => (col:=yypos-(!eolpos); T.EXCLAMATION(!linep,!col)) |
|
1385 |
| 36 => (col:=yypos-(!eolpos); T.LET(!linep,!col)) |
|
1386 |
| 38 => (col:=yypos-(!eolpos); T.ARROW(!linep,!col)) |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1387 |
| 41 => (col:=yypos-(!eolpos); T.FI(!linep,!col)) |
46844 | 1388 |
| 45 => (col:=yypos-(!eolpos); T.IFF(!linep,!col)) |
1389 |
| 48 => (col:=yypos-(!eolpos); T.IMPLIES(!linep,!col)) |
|
1390 |
| 50 => (col:=yypos-(!eolpos); T.LBRKT(!linep,!col)) |
|
1391 |
| 52 => (col:=yypos-(!eolpos); T.LPAREN(!linep,!col)) |
|
1392 |
| 55 => (col:=yypos-(!eolpos); T.MAP_TO(!linep,!col)) |
|
1393 |
| 58 => (col:=yypos-(!eolpos); T.MMINUS(!linep,!col)) |
|
1394 |
| 61 => (col:=yypos-(!eolpos); T.NAND(!linep,!col)) |
|
1395 |
| 64 => (col:=yypos-(!eolpos); T.NEQUALS(!linep,!col)) |
|
1396 |
| 68 => (col:=yypos-(!eolpos); T.XOR(!linep,!col)) |
|
1397 |
| 7 => let val yytext=yymktext() in linep:=(!linep)+1; |
|
1398 |
eolpos:=yypos+size yytext; continue () end |
|
1399 |
| 71 => (col:=yypos-(!eolpos); T.NOR(!linep,!col)) |
|
1400 |
| 73 => (col:=yypos-(!eolpos); T.PERIOD(!linep,!col)) |
|
1401 |
| 76 => (col:=yypos-(!eolpos); T.PPLUS(!linep,!col)) |
|
1402 |
| 78 => (col:=yypos-(!eolpos); T.QUESTION(!linep,!col)) |
|
1403 |
| 80 => (col:=yypos-(!eolpos); T.RBRKT(!linep,!col)) |
|
1404 |
| 82 => (col:=yypos-(!eolpos); T.RPAREN(!linep,!col)) |
|
1405 |
| 84 => (col:=yypos-(!eolpos); T.TILDE(!linep,!col)) |
|
1406 |
| 86 => (col:=yypos-(!eolpos); T.VLINE(!linep,!col)) |
|
1407 |
| 9 => (col:=yypos-(!eolpos); T.AMPERSAND(!linep,!col)) |
|
1408 |
| 95 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.DISTINCT_OBJECT(yytext,!linep,!col) end |
|
1409 |
| _ => raise Internal.LexerError |
|
1410 |
||
62015 | 1411 |
) end ) |
46844 | 1412 |
|
62015 | 1413 |
val {fin,trans} = Vector.sub(Internal.tab, s) |
1414 |
val NewAcceptingLeaves = fin::AcceptingLeaves |
|
1415 |
in if l = !yybl then |
|
1416 |
if trans = #trans(Vector.sub(Internal.tab,0)) |
|
1417 |
then action(l,NewAcceptingLeaves |
|
1418 |
) else let val newchars= if !yydone then "" else yyinput 1024 |
|
1419 |
in if (String.size newchars)=0 |
|
1420 |
then (yydone := true; |
|
1421 |
if (l=i0) then UserDeclarations.eof yyarg |
|
1422 |
else action(l,NewAcceptingLeaves)) |
|
1423 |
else (if i0=l then yyb := newchars |
|
1424 |
else yyb := String.substring(!yyb,i0,l-i0)^newchars; |
|
1425 |
yygone := !yygone+i0; |
|
1426 |
yybl := String.size (!yyb); |
|
1427 |
scan (s,AcceptingLeaves,l-i0,0)) |
|
1428 |
end |
|
1429 |
else let val NewChar = Char.ord(String.sub(!yyb,l)) |
|
1430 |
val NewChar = if NewChar<128 then NewChar else 128 |
|
1431 |
val NewState = Char.ord(String.sub(trans,NewChar)) |
|
1432 |
in if NewState=0 then action(l,NewAcceptingLeaves) |
|
1433 |
else scan(NewState,NewAcceptingLeaves,l+1,i0) |
|
1434 |
end |
|
1435 |
end |
|
46844 | 1436 |
(* |
62015 | 1437 |
val start= if String.substring(!yyb,!yybufpos-1,1)="\n" |
46844 | 1438 |
then !yybegin+1 else !yybegin |
1439 |
*) |
|
62015 | 1440 |
in scan(!yybegin (* start *),nil,!yybufpos,!yybufpos) |
46844 | 1441 |
end |
1442 |
in continue end |
|
1443 |
in lex |
|
1444 |
end |
|
1445 |
end |
|
1446 |
functor TPTPLrValsFun(structure Token : TOKEN) |
|
1447 |
: sig structure ParserData : PARSER_DATA |
|
1448 |
structure Tokens : TPTP_TOKENS |
|
1449 |
end |
|
1450 |
= |
|
1451 |
struct |
|
1452 |
structure ParserData= |
|
1453 |
struct |
|
1454 |
structure Header = |
|
1455 |
struct |
|
1456 |
open TPTP_Syntax |
|
1457 |
||
1458 |
exception UNRECOGNISED_SYMBOL of string * string |
|
1459 |
||
1460 |
exception UNRECOGNISED_ROLE of string |
|
1461 |
fun classify_role role = |
|
1462 |
case role of |
|
1463 |
"axiom" => Role_Axiom |
|
1464 |
| "hypothesis" => Role_Hypothesis |
|
1465 |
| "definition" => Role_Definition |
|
1466 |
| "assumption" => Role_Assumption |
|
1467 |
| "lemma" => Role_Lemma |
|
1468 |
| "theorem" => Role_Theorem |
|
1469 |
| "conjecture" => Role_Conjecture |
|
1470 |
| "negated_conjecture" => Role_Negated_Conjecture |
|
1471 |
| "plain" => Role_Plain |
|
1472 |
| "fi_domain" => Role_Fi_Domain |
|
1473 |
| "fi_functors" => Role_Fi_Functors |
|
1474 |
| "fi_predicates" => Role_Fi_Predicates |
|
1475 |
| "type" => Role_Type |
|
1476 |
| "unknown" => Role_Unknown |
|
1477 |
| thing => raise (UNRECOGNISED_ROLE thing) |
|
1478 |
||
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1479 |
fun extract_quant_info (Quant (quantifier, vars, tptp_formula)) = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1480 |
(quantifier, vars, tptp_formula) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1481 |
|
46844 | 1482 |
|
1483 |
end |
|
1484 |
structure LrTable = Token.LrTable |
|
1485 |
structure Token = Token |
|
1486 |
local open LrTable in |
|
1487 |
val table=let val actionRows = |
|
1488 |
"\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1489 |
\\001\000\001\000\078\002\002\000\078\002\004\000\097\002\005\000\078\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1490 |
\\006\000\078\002\009\000\078\002\010\000\078\002\011\000\078\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1491 |
\\012\000\078\002\019\000\078\002\020\000\078\002\021\000\078\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1492 |
\\022\000\078\002\026\000\078\002\027\000\078\002\037\000\078\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1493 |
\\059\000\078\002\060\000\078\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1494 |
\\001\000\001\000\081\002\002\000\081\002\004\000\098\002\005\000\081\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1495 |
\\006\000\081\002\009\000\081\002\010\000\081\002\011\000\081\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1496 |
\\012\000\081\002\019\000\081\002\020\000\081\002\021\000\081\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1497 |
\\022\000\081\002\026\000\081\002\027\000\081\002\037\000\081\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1498 |
\\059\000\081\002\060\000\081\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1499 |
\\001\000\001\000\251\002\005\000\251\002\006\000\010\003\010\000\251\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1500 |
\\011\000\251\002\012\000\251\002\019\000\251\002\020\000\010\003\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1501 |
\\021\000\251\002\022\000\251\002\026\000\251\002\027\000\251\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1502 |
\\037\000\251\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1503 |
\\001\000\001\000\254\002\005\000\254\002\006\000\021\003\010\000\254\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1504 |
\\011\000\254\002\012\000\254\002\019\000\254\002\020\000\021\003\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1505 |
\\021\000\254\002\022\000\254\002\026\000\254\002\027\000\254\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1506 |
\\037\000\254\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1507 |
\\001\000\001\000\005\003\005\000\005\003\006\000\012\003\010\000\005\003\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1508 |
\\011\000\005\003\012\000\005\003\019\000\005\003\020\000\012\003\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1509 |
\\021\000\005\003\022\000\005\003\026\000\005\003\027\000\005\003\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1510 |
\\037\000\005\003\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1511 |
\\001\000\001\000\015\003\004\000\164\002\005\000\015\003\006\000\015\003\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1512 |
\\010\000\015\003\011\000\015\003\012\000\015\003\016\000\223\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1513 |
\\019\000\015\003\020\000\015\003\021\000\015\003\022\000\015\003\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1514 |
\\027\000\015\003\037\000\015\003\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1515 |
\\001\000\001\000\028\003\004\000\165\002\005\000\028\003\006\000\028\003\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1516 |
\\010\000\028\003\011\000\028\003\012\000\028\003\016\000\218\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1517 |
\\019\000\028\003\020\000\028\003\021\000\028\003\022\000\028\003\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1518 |
\\027\000\028\003\037\000\028\003\000\000\ |
53394 | 1519 |
\\001\000\001\000\212\000\003\000\211\000\006\000\210\000\007\000\124\000\ |
1520 |
\\010\000\209\000\011\000\208\000\012\000\207\000\013\000\035\000\ |
|
1521 |
\\015\000\206\000\016\000\205\000\019\000\204\000\020\000\203\000\ |
|
1522 |
\\021\000\202\000\022\000\201\000\025\000\121\000\028\000\120\000\ |
|
1523 |
\\037\000\200\000\044\000\101\000\045\000\100\000\046\000\034\000\ |
|
47358 | 1524 |
\\047\000\033\000\049\000\032\000\050\000\099\000\051\000\031\000\ |
53394 | 1525 |
\\053\000\098\000\055\000\199\000\056\000\198\000\057\000\197\000\ |
1526 |
\\058\000\196\000\062\000\195\000\063\000\194\000\064\000\097\000\ |
|
47358 | 1527 |
\\065\000\096\000\068\000\030\000\069\000\029\000\070\000\028\000\ |
53394 | 1528 |
\\071\000\027\000\072\000\193\000\073\000\095\000\074\000\192\000\ |
1529 |
\\075\000\191\000\076\000\094\000\077\000\093\000\000\000\ |
|
1530 |
\\001\000\001\000\212\000\003\000\211\000\006\000\210\000\007\000\124\000\ |
|
1531 |
\\010\000\209\000\011\000\208\000\012\000\207\000\013\000\035\000\ |
|
1532 |
\\016\000\035\001\019\000\204\000\020\000\203\000\021\000\202\000\ |
|
1533 |
\\022\000\201\000\025\000\121\000\026\000\034\001\028\000\120\000\ |
|
1534 |
\\037\000\200\000\044\000\101\000\045\000\100\000\046\000\034\000\ |
|
47358 | 1535 |
\\047\000\033\000\049\000\032\000\050\000\099\000\051\000\031\000\ |
53394 | 1536 |
\\053\000\098\000\055\000\199\000\056\000\198\000\057\000\197\000\ |
1537 |
\\058\000\196\000\062\000\195\000\063\000\194\000\064\000\097\000\ |
|
47358 | 1538 |
\\065\000\096\000\068\000\030\000\069\000\029\000\070\000\028\000\ |
53394 | 1539 |
\\071\000\027\000\072\000\193\000\073\000\095\000\074\000\192\000\ |
1540 |
\\075\000\191\000\076\000\094\000\077\000\093\000\000\000\ |
|
1541 |
\\001\000\001\000\212\000\003\000\211\000\006\000\210\000\007\000\124\000\ |
|
1542 |
\\010\000\209\000\011\000\208\000\012\000\207\000\013\000\035\000\ |
|
1543 |
\\016\000\035\001\019\000\204\000\020\000\203\000\021\000\202\000\ |
|
1544 |
\\022\000\201\000\025\000\121\000\028\000\120\000\037\000\200\000\ |
|
47358 | 1545 |
\\044\000\101\000\045\000\100\000\046\000\034\000\047\000\033\000\ |
1546 |
\\049\000\032\000\050\000\099\000\051\000\031\000\053\000\098\000\ |
|
53394 | 1547 |
\\055\000\199\000\056\000\198\000\057\000\197\000\058\000\196\000\ |
1548 |
\\062\000\195\000\063\000\194\000\064\000\097\000\065\000\096\000\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1549 |
\\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ |
53394 | 1550 |
\\072\000\193\000\073\000\095\000\074\000\192\000\075\000\191\000\ |
1551 |
\\076\000\094\000\077\000\093\000\000\000\ |
|
1552 |
\\001\000\001\000\212\000\003\000\211\000\006\000\210\000\007\000\124\000\ |
|
1553 |
\\010\000\209\000\011\000\208\000\012\000\207\000\013\000\035\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1554 |
\\016\000\118\001\019\000\204\000\020\000\203\000\021\000\202\000\ |
53394 | 1555 |
\\022\000\201\000\025\000\121\000\028\000\120\000\037\000\200\000\ |
47358 | 1556 |
\\044\000\101\000\045\000\100\000\046\000\034\000\047\000\033\000\ |
1557 |
\\049\000\032\000\050\000\099\000\051\000\031\000\053\000\098\000\ |
|
53394 | 1558 |
\\055\000\199\000\056\000\198\000\057\000\197\000\058\000\196\000\ |
1559 |
\\062\000\195\000\063\000\194\000\064\000\097\000\065\000\096\000\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1560 |
\\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ |
53394 | 1561 |
\\072\000\193\000\073\000\095\000\074\000\192\000\075\000\191\000\ |
1562 |
\\076\000\094\000\077\000\093\000\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1563 |
\\001\000\001\000\016\001\002\000\015\001\005\000\060\002\006\000\210\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1564 |
\\009\000\101\002\010\000\209\000\011\000\208\000\012\000\207\000\ |
53394 | 1565 |
\\019\000\204\000\020\000\203\000\021\000\202\000\022\000\201\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1566 |
\\026\000\060\002\027\000\060\002\037\000\014\001\059\000\101\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1567 |
\\060\000\101\002\000\000\ |
53394 | 1568 |
\\001\000\003\000\211\000\007\000\124\000\025\000\121\000\055\000\199\000\ |
1569 |
\\056\000\198\000\062\000\195\000\063\000\194\000\000\000\ |
|
1570 |
\\001\000\004\000\251\000\000\000\ |
|
1571 |
\\001\000\004\000\017\001\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1572 |
\\001\000\004\000\226\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1573 |
\\001\000\004\000\236\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1574 |
\\001\000\004\000\243\001\000\000\ |
53394 | 1575 |
\\001\000\004\000\019\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1576 |
\\001\000\004\000\020\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1577 |
\\001\000\004\000\023\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1578 |
\\001\000\005\000\166\002\009\000\173\002\027\000\166\002\000\000\ |
46844 | 1579 |
\\001\000\005\000\041\000\000\000\ |
1580 |
\\001\000\005\000\042\000\000\000\ |
|
1581 |
\\001\000\005\000\043\000\000\000\ |
|
1582 |
\\001\000\005\000\044\000\000\000\ |
|
1583 |
\\001\000\005\000\054\000\000\000\ |
|
1584 |
\\001\000\005\000\055\000\000\000\ |
|
1585 |
\\001\000\005\000\056\000\000\000\ |
|
1586 |
\\001\000\005\000\057\000\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1587 |
\\001\000\005\000\168\001\000\000\ |
53394 | 1588 |
\\001\000\005\000\172\001\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1589 |
\\001\000\005\000\176\001\000\000\ |
53394 | 1590 |
\\001\000\005\000\191\001\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1591 |
\\001\000\005\000\192\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1592 |
\\001\000\005\000\193\001\000\000\ |
53394 | 1593 |
\\001\000\005\000\201\001\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1594 |
\\001\000\005\000\202\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1595 |
\\001\000\005\000\203\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1596 |
\\001\000\005\000\004\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1597 |
\\001\000\005\000\014\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1598 |
\\001\000\005\000\018\002\000\000\ |
53394 | 1599 |
\\001\000\006\000\210\000\000\000\ |
1600 |
\\001\000\006\000\210\000\020\000\203\000\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1601 |
\\001\000\006\000\169\001\000\000\ |
47358 | 1602 |
\\001\000\007\000\124\000\013\000\035\000\015\000\123\000\016\000\122\000\ |
1603 |
\\025\000\121\000\028\000\120\000\044\000\101\000\045\000\100\000\ |
|
1604 |
\\046\000\034\000\047\000\033\000\049\000\032\000\050\000\099\000\ |
|
1605 |
\\051\000\031\000\053\000\098\000\064\000\097\000\065\000\096\000\ |
|
46844 | 1606 |
\\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ |
47358 | 1607 |
\\073\000\095\000\076\000\094\000\077\000\093\000\000\000\ |
1608 |
\\001\000\007\000\124\000\013\000\035\000\015\000\151\000\016\000\150\000\ |
|
1609 |
\\025\000\121\000\028\000\120\000\044\000\101\000\045\000\100\000\ |
|
1610 |
\\046\000\034\000\047\000\033\000\049\000\032\000\050\000\099\000\ |
|
1611 |
\\051\000\031\000\053\000\098\000\064\000\097\000\065\000\096\000\ |
|
46844 | 1612 |
\\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ |
47358 | 1613 |
\\072\000\149\000\073\000\095\000\074\000\148\000\075\000\147\000\ |
1614 |
\\076\000\094\000\077\000\093\000\000\000\ |
|
53394 | 1615 |
\\001\000\007\000\124\000\013\000\035\000\016\000\239\000\025\000\121\000\ |
1616 |
\\026\000\244\000\028\000\120\000\044\000\101\000\045\000\100\000\ |
|
47358 | 1617 |
\\046\000\034\000\047\000\033\000\049\000\032\000\050\000\099\000\ |
1618 |
\\051\000\031\000\053\000\098\000\064\000\097\000\065\000\096\000\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1619 |
\\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ |
47358 | 1620 |
\\073\000\095\000\076\000\094\000\077\000\093\000\000\000\ |
53394 | 1621 |
\\001\000\007\000\124\000\013\000\035\000\016\000\239\000\025\000\121\000\ |
47358 | 1622 |
\\028\000\120\000\044\000\101\000\045\000\100\000\046\000\034\000\ |
1623 |
\\047\000\033\000\049\000\032\000\050\000\099\000\051\000\031\000\ |
|
1624 |
\\053\000\098\000\064\000\097\000\065\000\096\000\068\000\030\000\ |
|
1625 |
\\069\000\029\000\070\000\028\000\071\000\027\000\073\000\095\000\ |
|
1626 |
\\076\000\094\000\077\000\093\000\000\000\ |
|
53394 | 1627 |
\\001\000\007\000\124\000\013\000\035\000\016\000\255\000\025\000\121\000\ |
1628 |
\\026\000\008\001\028\000\120\000\044\000\101\000\045\000\100\000\ |
|
47358 | 1629 |
\\046\000\034\000\047\000\033\000\049\000\032\000\050\000\099\000\ |
1630 |
\\051\000\031\000\053\000\098\000\064\000\097\000\065\000\096\000\ |
|
46844 | 1631 |
\\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ |
47358 | 1632 |
\\072\000\149\000\073\000\095\000\074\000\148\000\075\000\147\000\ |
1633 |
\\076\000\094\000\077\000\093\000\000\000\ |
|
53394 | 1634 |
\\001\000\007\000\124\000\013\000\035\000\016\000\255\000\025\000\121\000\ |
47358 | 1635 |
\\028\000\120\000\044\000\101\000\045\000\100\000\046\000\034\000\ |
1636 |
\\047\000\033\000\049\000\032\000\050\000\099\000\051\000\031\000\ |
|
1637 |
\\053\000\098\000\064\000\097\000\065\000\096\000\068\000\030\000\ |
|
1638 |
\\069\000\029\000\070\000\028\000\071\000\027\000\072\000\149\000\ |
|
1639 |
\\073\000\095\000\074\000\148\000\075\000\147\000\076\000\094\000\ |
|
1640 |
\\077\000\093\000\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1641 |
\\001\000\007\000\064\001\013\000\035\000\016\000\063\001\044\000\101\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1642 |
\\045\000\100\000\046\000\034\000\047\000\033\000\049\000\032\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1643 |
\\050\000\099\000\051\000\031\000\053\000\098\000\064\000\097\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1644 |
\\065\000\096\000\068\000\030\000\069\000\029\000\070\000\028\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1645 |
\\071\000\027\000\073\000\095\000\076\000\094\000\077\000\093\000\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1646 |
\\001\000\007\000\069\001\013\000\035\000\016\000\068\001\044\000\101\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1647 |
\\045\000\100\000\046\000\034\000\047\000\033\000\049\000\032\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1648 |
\\050\000\099\000\051\000\031\000\053\000\098\000\064\000\097\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1649 |
\\065\000\096\000\068\000\030\000\069\000\029\000\070\000\028\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1650 |
\\071\000\027\000\073\000\095\000\076\000\094\000\077\000\093\000\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1651 |
\\001\000\009\000\173\002\027\000\166\002\060\000\233\001\000\000\ |
53394 | 1652 |
\\001\000\009\000\020\001\059\000\019\001\060\000\018\001\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1653 |
\\001\000\009\000\182\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1654 |
\\001\000\011\000\173\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1655 |
\\001\000\013\000\035\000\015\000\052\001\026\000\163\001\039\000\051\001\ |
53394 | 1656 |
\\040\000\050\001\041\000\049\001\042\000\048\001\043\000\047\001\ |
47358 | 1657 |
\\044\000\101\000\045\000\100\000\046\000\034\000\047\000\033\000\ |
53394 | 1658 |
\\049\000\032\000\050\000\099\000\051\000\031\000\053\000\046\001\ |
46844 | 1659 |
\\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\000\000\ |
53394 | 1660 |
\\001\000\013\000\035\000\015\000\052\001\039\000\051\001\040\000\050\001\ |
1661 |
\\041\000\049\001\042\000\048\001\043\000\047\001\044\000\101\000\ |
|
47358 | 1662 |
\\045\000\100\000\046\000\034\000\047\000\033\000\049\000\032\000\ |
53394 | 1663 |
\\050\000\099\000\051\000\031\000\053\000\046\001\068\000\030\000\ |
46844 | 1664 |
\\069\000\029\000\070\000\028\000\071\000\027\000\000\000\ |
47358 | 1665 |
\\001\000\013\000\035\000\016\000\103\000\028\000\102\000\044\000\101\000\ |
1666 |
\\045\000\100\000\046\000\034\000\047\000\033\000\049\000\032\000\ |
|
1667 |
\\050\000\099\000\051\000\031\000\053\000\098\000\064\000\097\000\ |
|
1668 |
\\065\000\096\000\068\000\030\000\069\000\029\000\070\000\028\000\ |
|
1669 |
\\071\000\027\000\073\000\095\000\076\000\094\000\077\000\093\000\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1670 |
\\001\000\013\000\035\000\016\000\063\001\044\000\101\000\045\000\100\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1671 |
\\046\000\034\000\047\000\033\000\049\000\032\000\050\000\099\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1672 |
\\051\000\031\000\053\000\098\000\064\000\097\000\065\000\096\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1673 |
\\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1674 |
\\073\000\095\000\076\000\094\000\077\000\093\000\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1675 |
\\001\000\013\000\035\000\016\000\068\001\044\000\101\000\045\000\100\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1676 |
\\046\000\034\000\047\000\033\000\049\000\032\000\050\000\099\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1677 |
\\051\000\031\000\053\000\098\000\064\000\097\000\065\000\096\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1678 |
\\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1679 |
\\073\000\095\000\076\000\094\000\077\000\093\000\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1680 |
\\001\000\013\000\035\000\016\000\101\001\049\000\032\000\050\000\099\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1681 |
\\051\000\031\000\063\000\100\001\064\000\097\000\068\000\030\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1682 |
\\069\000\029\000\070\000\028\000\071\000\027\000\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1683 |
\\001\000\013\000\035\000\016\000\031\002\049\000\032\000\050\000\099\000\ |
47358 | 1684 |
\\051\000\031\000\064\000\097\000\068\000\030\000\069\000\029\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1685 |
\\070\000\028\000\071\000\027\000\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1686 |
\\001\000\013\000\035\000\016\000\036\002\049\000\032\000\050\000\099\000\ |
47358 | 1687 |
\\051\000\031\000\064\000\097\000\068\000\030\000\069\000\029\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1688 |
\\070\000\028\000\071\000\027\000\000\000\ |
47358 | 1689 |
\\001\000\013\000\035\000\028\000\102\000\044\000\101\000\045\000\100\000\ |
1690 |
\\046\000\034\000\047\000\033\000\049\000\032\000\050\000\099\000\ |
|
1691 |
\\051\000\031\000\053\000\098\000\064\000\097\000\065\000\096\000\ |
|
46844 | 1692 |
\\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ |
47358 | 1693 |
\\073\000\095\000\076\000\094\000\077\000\093\000\000\000\ |
1694 |
\\001\000\013\000\035\000\044\000\101\000\045\000\100\000\046\000\034\000\ |
|
1695 |
\\047\000\033\000\049\000\032\000\050\000\099\000\051\000\031\000\ |
|
1696 |
\\053\000\098\000\064\000\097\000\065\000\096\000\068\000\030\000\ |
|
1697 |
\\069\000\029\000\070\000\028\000\071\000\027\000\073\000\095\000\ |
|
1698 |
\\076\000\094\000\077\000\093\000\000\000\ |
|
46844 | 1699 |
\\001\000\013\000\035\000\046\000\034\000\047\000\033\000\049\000\032\000\ |
1700 |
\\051\000\031\000\068\000\030\000\069\000\029\000\070\000\028\000\ |
|
1701 |
\\071\000\027\000\000\000\ |
|
47358 | 1702 |
\\001\000\013\000\035\000\049\000\032\000\050\000\099\000\051\000\031\000\ |
1703 |
\\064\000\097\000\068\000\030\000\069\000\029\000\070\000\028\000\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1704 |
\\071\000\027\000\000\000\ |
46844 | 1705 |
\\001\000\013\000\035\000\049\000\032\000\051\000\031\000\068\000\030\000\ |
1706 |
\\069\000\029\000\070\000\028\000\071\000\027\000\000\000\ |
|
1707 |
\\001\000\015\000\053\000\000\000\ |
|
47358 | 1708 |
\\001\000\015\000\123\000\000\000\ |
1709 |
\\001\000\015\000\151\000\000\000\ |
|
53394 | 1710 |
\\001\000\015\000\206\000\000\000\ |
1711 |
\\001\000\015\000\237\000\000\000\ |
|
1712 |
\\001\000\015\000\253\000\000\000\ |
|
1713 |
\\001\000\015\000\024\001\000\000\ |
|
1714 |
\\001\000\015\000\052\001\000\000\ |
|
1715 |
\\001\000\015\000\171\001\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1716 |
\\001\000\015\000\175\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1717 |
\\001\000\015\000\184\001\000\000\ |
46844 | 1718 |
\\001\000\016\000\018\000\000\000\ |
1719 |
\\001\000\016\000\019\000\000\000\ |
|
1720 |
\\001\000\016\000\020\000\000\000\ |
|
1721 |
\\001\000\016\000\021\000\000\000\ |
|
1722 |
\\001\000\016\000\023\000\000\000\ |
|
47358 | 1723 |
\\001\000\016\000\224\000\000\000\ |
1724 |
\\001\000\016\000\225\000\000\000\ |
|
53394 | 1725 |
\\001\000\016\000\226\000\000\000\ |
47358 | 1726 |
\\001\000\016\000\000\001\000\000\ |
1727 |
\\001\000\016\000\001\001\000\000\ |
|
53394 | 1728 |
\\001\000\016\000\002\001\000\000\ |
47358 | 1729 |
\\001\000\016\000\027\001\000\000\ |
53394 | 1730 |
\\001\000\016\000\028\001\000\000\ |
1731 |
\\001\000\016\000\029\001\000\000\ |
|
1732 |
\\001\000\016\000\156\001\000\000\ |
|
1733 |
\\001\000\016\000\157\001\000\000\ |
|
1734 |
\\001\000\016\000\158\001\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1735 |
\\001\000\016\000\159\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1736 |
\\001\000\016\000\160\001\000\000\ |
46844 | 1737 |
\\001\000\023\000\058\000\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1738 |
\\001\000\023\000\151\001\000\000\ |
53394 | 1739 |
\\001\000\023\000\177\001\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1740 |
\\001\000\023\000\181\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1741 |
\\001\000\023\000\195\001\000\000\ |
53394 | 1742 |
\\001\000\026\000\213\000\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1743 |
\\001\000\026\000\084\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1744 |
\\001\000\026\000\114\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1745 |
\\001\000\026\000\150\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1746 |
\\001\000\026\000\178\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1747 |
\\001\000\026\000\188\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1748 |
\\001\000\026\000\197\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1749 |
\\001\000\026\000\215\001\000\000\ |
53394 | 1750 |
\\001\000\026\000\001\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1751 |
\\001\000\026\000\003\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1752 |
\\001\000\026\000\008\002\000\000\ |
46844 | 1753 |
\\001\000\027\000\052\000\000\000\ |
53394 | 1754 |
\\001\000\027\000\037\001\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1755 |
\\001\000\027\000\071\001\037\000\217\000\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1756 |
\\001\000\027\000\072\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1757 |
\\001\000\027\000\081\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1758 |
\\001\000\027\000\082\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1759 |
\\001\000\027\000\085\001\000\000\ |
53394 | 1760 |
\\001\000\027\000\110\001\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1761 |
\\001\000\027\000\111\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1762 |
\\001\000\027\000\112\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1763 |
\\001\000\027\000\115\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1764 |
\\001\000\027\000\147\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1765 |
\\001\000\027\000\148\001\000\000\ |
53394 | 1766 |
\\001\000\027\000\164\001\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1767 |
\\001\000\027\000\166\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1768 |
\\001\000\027\000\167\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1769 |
\\001\000\027\000\200\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1770 |
\\001\000\027\000\219\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1771 |
\\001\000\027\000\223\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1772 |
\\001\000\027\000\232\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1773 |
\\001\000\027\000\235\001\060\000\234\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1774 |
\\001\000\027\000\242\001\000\000\ |
53394 | 1775 |
\\001\000\027\000\249\001\000\000\ |
1776 |
\\001\000\027\000\250\001\000\000\ |
|
47358 | 1777 |
\\001\000\027\000\251\001\000\000\ |
53394 | 1778 |
\\001\000\027\000\252\001\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1779 |
\\001\000\027\000\253\001\000\000\ |
53394 | 1780 |
\\001\000\027\000\254\001\000\000\ |
1781 |
\\001\000\027\000\000\002\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1782 |
\\001\000\027\000\002\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1783 |
\\001\000\027\000\006\002\000\000\ |
53394 | 1784 |
\\001\000\027\000\012\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1785 |
\\001\000\027\000\013\002\000\000\ |
53394 | 1786 |
\\001\000\027\000\016\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1787 |
\\001\000\027\000\017\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1788 |
\\001\000\027\000\028\002\000\000\ |
53394 | 1789 |
\\001\000\027\000\032\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1790 |
\\001\000\027\000\033\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1791 |
\\001\000\027\000\037\002\000\000\ |
46844 | 1792 |
\\001\000\038\000\000\000\000\000\ |
1793 |
\\001\000\049\000\040\000\000\000\ |
|
47358 | 1794 |
\\001\000\050\000\099\000\000\000\ |
46844 | 1795 |
\\001\000\051\000\048\000\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1796 |
\\001\000\060\000\233\001\000\000\ |
53394 | 1797 |
\\001\000\061\000\236\000\000\000\ |
1798 |
\\001\000\061\000\252\000\000\000\ |
|
1799 |
\\001\000\061\000\023\001\000\000\ |
|
47358 | 1800 |
\\040\002\000\000\ |
53394 | 1801 |
\\041\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1802 |
\\042\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1803 |
\\043\002\013\000\016\000\052\000\015\000\068\000\014\000\069\000\013\000\ |
53394 | 1804 |
\\070\000\012\000\071\000\011\000\000\000\ |
46844 | 1805 |
\\044\002\000\000\ |
1806 |
\\045\002\000\000\ |
|
1807 |
\\046\002\000\000\ |
|
1808 |
\\047\002\000\000\ |
|
1809 |
\\048\002\000\000\ |
|
1810 |
\\049\002\000\000\ |
|
1811 |
\\050\002\000\000\ |
|
1812 |
\\051\002\000\000\ |
|
1813 |
\\052\002\000\000\ |
|
1814 |
\\053\002\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1815 |
\\054\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1816 |
\\055\002\005\000\216\000\000\000\ |
46844 | 1817 |
\\056\002\000\000\ |
53394 | 1818 |
\\057\002\000\000\ |
47358 | 1819 |
\\058\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1820 |
\\059\002\000\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1821 |
\\061\002\000\000\ |
46844 | 1822 |
\\062\002\000\000\ |
1823 |
\\063\002\000\000\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1824 |
\\064\002\000\000\ |
46844 | 1825 |
\\065\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1826 |
\\066\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1827 |
\\067\002\037\000\010\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1828 |
\\068\002\001\000\011\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1829 |
\\069\002\002\000\012\001\000\000\ |
53394 | 1830 |
\\070\002\000\000\ |
46844 | 1831 |
\\071\002\000\000\ |
1832 |
\\072\002\000\000\ |
|
47358 | 1833 |
\\073\002\000\000\ |
1834 |
\\074\002\000\000\ |
|
53394 | 1835 |
\\075\002\000\000\ |
1836 |
\\076\002\000\000\ |
|
1837 |
\\077\002\000\000\ |
|
46844 | 1838 |
\\078\002\000\000\ |
1839 |
\\079\002\000\000\ |
|
1840 |
\\080\002\000\000\ |
|
1841 |
\\081\002\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1842 |
\\082\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1843 |
\\083\002\005\000\198\001\000\000\ |
46844 | 1844 |
\\084\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1845 |
\\085\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1846 |
\\086\002\004\000\199\001\000\000\ |
53394 | 1847 |
\\087\002\000\000\ |
46844 | 1848 |
\\088\002\000\000\ |
1849 |
\\089\002\000\000\ |
|
1850 |
\\090\002\000\000\ |
|
47358 | 1851 |
\\091\002\000\000\ |
46844 | 1852 |
\\092\002\000\000\ |
53394 | 1853 |
\\093\002\000\000\ |
46844 | 1854 |
\\094\002\000\000\ |
47358 | 1855 |
\\095\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1856 |
\\096\002\000\000\ |
46844 | 1857 |
\\099\002\000\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1858 |
\\100\002\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1859 |
\\101\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1860 |
\\102\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1861 |
\\103\002\060\000\021\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1862 |
\\104\002\059\000\022\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1863 |
\\105\002\009\000\020\001\000\000\ |
46844 | 1864 |
\\106\002\000\000\ |
1865 |
\\107\002\000\000\ |
|
47358 | 1866 |
\\108\002\000\000\ |
46844 | 1867 |
\\109\002\000\000\ |
53394 | 1868 |
\\110\002\000\000\ |
47358 | 1869 |
\\111\002\000\000\ |
46844 | 1870 |
\\112\002\000\000\ |
53394 | 1871 |
\\113\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1872 |
\\114\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1873 |
\\115\002\005\000\149\001\000\000\ |
46844 | 1874 |
\\116\002\000\000\ |
1875 |
\\117\002\000\000\ |
|
1876 |
\\118\002\000\000\ |
|
1877 |
\\119\002\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1878 |
\\120\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1879 |
\\121\002\001\000\250\000\010\000\209\000\011\000\208\000\012\000\207\000\ |
53394 | 1880 |
\\019\000\204\000\021\000\202\000\022\000\201\000\037\000\249\000\000\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1881 |
\\122\002\000\000\ |
46844 | 1882 |
\\123\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1883 |
\\124\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1884 |
\\125\002\037\000\246\000\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1885 |
\\126\002\001\000\247\000\000\000\ |
53394 | 1886 |
\\127\002\000\000\ |
47358 | 1887 |
\\128\002\000\000\ |
1888 |
\\129\002\000\000\ |
|
53394 | 1889 |
\\130\002\000\000\ |
1890 |
\\131\002\000\000\ |
|
1891 |
\\132\002\000\000\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1892 |
\\133\002\000\000\ |
46844 | 1893 |
\\134\002\000\000\ |
1894 |
\\135\002\000\000\ |
|
1895 |
\\136\002\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1896 |
\\137\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1897 |
\\138\002\005\000\189\001\000\000\ |
47358 | 1898 |
\\139\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1899 |
\\140\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1900 |
\\141\002\004\000\190\001\000\000\ |
46844 | 1901 |
\\142\002\000\000\ |
47358 | 1902 |
\\143\002\000\000\ |
46844 | 1903 |
\\144\002\000\000\ |
53394 | 1904 |
\\145\002\000\000\ |
46844 | 1905 |
\\146\002\000\000\ |
1906 |
\\147\002\000\000\ |
|
1907 |
\\148\002\000\000\ |
|
47358 | 1908 |
\\149\002\000\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1909 |
\\150\002\000\000\ |
53394 | 1910 |
\\151\002\000\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1911 |
\\152\002\000\000\ |
47358 | 1912 |
\\153\002\000\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1913 |
\\154\002\000\000\ |
53394 | 1914 |
\\155\002\000\000\ |
46844 | 1915 |
\\156\002\000\000\ |
47358 | 1916 |
\\157\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1917 |
\\158\002\000\000\ |
53394 | 1918 |
\\159\002\000\000\ |
1919 |
\\160\002\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1920 |
\\161\002\005\000\113\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1921 |
\\162\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1922 |
\\163\002\000\000\ |
46844 | 1923 |
\\167\002\000\000\ |
47358 | 1924 |
\\168\002\000\000\ |
46844 | 1925 |
\\169\002\000\000\ |
53394 | 1926 |
\\170\002\000\000\ |
46844 | 1927 |
\\171\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1928 |
\\172\002\000\000\ |
46844 | 1929 |
\\173\002\000\000\ |
1930 |
\\174\002\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1931 |
\\175\002\016\000\183\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1932 |
\\176\002\000\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1933 |
\\177\002\000\000\ |
53394 | 1934 |
\\178\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1935 |
\\179\002\005\000\007\002\000\000\ |
46844 | 1936 |
\\180\002\000\000\ |
53394 | 1937 |
\\181\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1938 |
\\182\002\000\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1939 |
\\183\002\000\000\ |
46844 | 1940 |
\\184\002\000\000\ |
1941 |
\\185\002\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1942 |
\\186\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1943 |
\\187\002\001\000\235\000\010\000\209\000\011\000\208\000\012\000\207\000\ |
53394 | 1944 |
\\019\000\204\000\021\000\202\000\022\000\201\000\037\000\234\000\000\000\ |
46844 | 1945 |
\\188\002\000\000\ |
53394 | 1946 |
\\189\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1947 |
\\190\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1948 |
\\191\002\037\000\231\000\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1949 |
\\192\002\001\000\232\000\000\000\ |
46844 | 1950 |
\\193\002\000\000\ |
1951 |
\\194\002\000\000\ |
|
1952 |
\\195\002\000\000\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1953 |
\\196\002\000\000\ |
46844 | 1954 |
\\197\002\000\000\ |
1955 |
\\198\002\000\000\ |
|
1956 |
\\199\002\000\000\ |
|
1957 |
\\200\002\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1958 |
\\201\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1959 |
\\202\002\005\000\179\001\000\000\ |
46844 | 1960 |
\\203\002\000\000\ |
1961 |
\\204\002\000\000\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1962 |
\\205\002\000\000\ |
46844 | 1963 |
\\206\002\000\000\ |
1964 |
\\207\002\000\000\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1965 |
\\208\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1966 |
\\209\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1967 |
\\210\002\005\000\083\001\000\000\ |
46844 | 1968 |
\\211\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1969 |
\\212\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1970 |
\\213\002\037\000\217\000\000\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1971 |
\\214\002\000\000\ |
53394 | 1972 |
\\215\002\000\000\ |
46844 | 1973 |
\\216\002\000\000\ |
47358 | 1974 |
\\217\002\000\000\ |
46844 | 1975 |
\\218\002\000\000\ |
53394 | 1976 |
\\219\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1977 |
\\220\002\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
1978 |
\\221\002\016\000\025\001\000\000\ |
53394 | 1979 |
\\222\002\000\000\ |
1980 |
\\223\002\000\000\ |
|
1981 |
\\224\002\000\000\ |
|
46844 | 1982 |
\\225\002\000\000\ |
1983 |
\\226\002\000\000\ |
|
47358 | 1984 |
\\227\002\000\000\ |
46844 | 1985 |
\\228\002\000\000\ |
53394 | 1986 |
\\229\002\000\000\ |
46844 | 1987 |
\\230\002\000\000\ |
1988 |
\\231\002\000\000\ |
|
1989 |
\\232\002\000\000\ |
|
1990 |
\\233\002\000\000\ |
|
1991 |
\\234\002\000\000\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1992 |
\\235\002\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1993 |
\\236\002\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
1994 |
\\237\002\000\000\ |
46844 | 1995 |
\\238\002\000\000\ |
1996 |
\\239\002\000\000\ |
|
1997 |
\\240\002\000\000\ |
|
1998 |
\\241\002\000\000\ |
|
1999 |
\\242\002\000\000\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2000 |
\\243\002\000\000\ |
46844 | 2001 |
\\244\002\000\000\ |
2002 |
\\245\002\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2003 |
\\246\002\000\000\ |
53394 | 2004 |
\\248\002\000\000\ |
46844 | 2005 |
\\249\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2006 |
\\250\002\000\000\ |
53394 | 2007 |
\\252\002\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2008 |
\\253\002\000\000\ |
46844 | 2009 |
\\001\003\000\000\ |
2010 |
\\002\003\000\000\ |
|
47358 | 2011 |
\\003\003\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2012 |
\\004\003\000\000\ |
46844 | 2013 |
\\006\003\000\000\ |
47358 | 2014 |
\\007\003\000\000\ |
46844 | 2015 |
\\008\003\000\000\ |
53394 | 2016 |
\\009\003\000\000\ |
47358 | 2017 |
\\010\003\000\000\ |
53394 | 2018 |
\\011\003\000\000\ |
2019 |
\\012\003\000\000\ |
|
47358 | 2020 |
\\013\003\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2021 |
\\013\003\066\000\026\001\000\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2022 |
\\014\003\000\000\ |
53394 | 2023 |
\\015\003\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2024 |
\\015\003\016\000\223\000\000\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2025 |
\\016\003\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2026 |
\\017\003\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2027 |
\\018\003\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2028 |
\\019\003\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2029 |
\\020\003\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2030 |
\\021\003\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2031 |
\\022\003\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2032 |
\\023\003\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2033 |
\\024\003\016\000\219\000\000\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2034 |
\\025\003\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2035 |
\\026\003\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2036 |
\\027\003\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2037 |
\\028\003\016\000\218\000\000\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2038 |
\\029\003\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2039 |
\\030\003\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2040 |
\\031\003\005\000\165\001\000\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2041 |
\\032\003\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2042 |
\\033\003\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2043 |
\\034\003\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2044 |
\\035\003\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2045 |
\\036\003\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2046 |
\\037\003\005\000\155\001\000\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2047 |
\\038\003\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2048 |
\\039\003\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2049 |
\\040\003\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2050 |
\\041\003\005\000\046\000\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2051 |
\\042\003\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2052 |
\\043\003\005\000\214\000\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2053 |
\\044\003\004\000\152\001\000\000\ |
47358 | 2054 |
\\045\003\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2055 |
\\046\003\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2056 |
\\047\003\016\000\153\001\000\000\ |
53394 | 2057 |
\\048\003\000\000\ |
2058 |
\\049\003\000\000\ |
|
2059 |
\\050\003\000\000\ |
|
2060 |
\\051\003\000\000\ |
|
2061 |
\\052\003\000\000\ |
|
2062 |
\\053\003\000\000\ |
|
2063 |
\\054\003\000\000\ |
|
2064 |
\\055\003\000\000\ |
|
2065 |
\\056\003\000\000\ |
|
2066 |
\\057\003\000\000\ |
|
2067 |
\\058\003\000\000\ |
|
2068 |
\\059\003\000\000\ |
|
2069 |
\\060\003\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2070 |
\\061\003\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2071 |
\\062\003\005\000\214\001\000\000\ |
53394 | 2072 |
\\063\003\000\000\ |
2073 |
\\064\003\000\000\ |
|
2074 |
\\065\003\000\000\ |
|
2075 |
\\066\003\000\000\ |
|
2076 |
\\067\003\000\000\ |
|
2077 |
\\068\003\000\000\ |
|
2078 |
\\069\003\000\000\ |
|
2079 |
\\070\003\000\000\ |
|
2080 |
\\071\003\000\000\ |
|
2081 |
\\072\003\000\000\ |
|
2082 |
\\073\003\000\000\ |
|
2083 |
\\074\003\000\000\ |
|
2084 |
\\075\003\000\000\ |
|
2085 |
\\076\003\000\000\ |
|
2086 |
\\077\003\000\000\ |
|
2087 |
\\078\003\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2088 |
\\079\003\000\000\ |
46844 | 2089 |
\" |
2090 |
val actionRowNumbers = |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2091 |
"\166\000\163\000\166\000\168\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2092 |
\\167\000\169\000\170\000\171\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2093 |
\\172\000\081\000\082\000\083\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2094 |
\\084\000\166\000\085\000\164\000\ |
53394 | 2095 |
\\067\000\067\000\067\000\067\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2096 |
\\165\000\156\000\177\001\176\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2097 |
\\022\000\183\001\182\001\181\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2098 |
\\180\001\178\001\179\001\187\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2099 |
\\188\001\184\001\023\000\024\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2100 |
\\025\000\154\001\192\001\158\000\ |
53394 | 2101 |
\\158\000\158\000\158\000\116\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2102 |
\\070\000\026\000\179\000\027\000\ |
53394 | 2103 |
\\028\000\029\000\100\000\067\000\ |
2104 |
\\059\000\045\000\046\000\007\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2105 |
\\152\001\105\000\156\001\142\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2106 |
\\138\001\120\001\178\000\074\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2107 |
\\075\001\079\001\077\001\108\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2108 |
\\109\001\111\001\112\001\110\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2109 |
\\119\001\117\001\002\000\124\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2110 |
\\122\001\130\001\131\001\003\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2111 |
\\135\001\004\000\139\001\141\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2112 |
\\137\001\043\000\128\001\189\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2113 |
\\132\001\118\001\129\001\086\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2114 |
\\087\000\088\000\186\001\185\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2115 |
\\133\001\143\001\191\001\190\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2116 |
\\066\000\065\000\178\000\045\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2117 |
\\047\001\049\001\050\001\052\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2118 |
\\053\001\048\001\058\001\059\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2119 |
\\046\001\160\000\066\001\074\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2120 |
\\048\000\060\001\106\001\097\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2121 |
\\045\000\047\000\096\001\255\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2122 |
\\178\000\237\000\240\000\242\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2123 |
\\243\000\245\000\246\000\241\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2124 |
\\251\000\252\000\238\000\013\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2125 |
\\254\000\239\000\161\000\008\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2126 |
\\075\000\050\000\253\000\006\000\ |
53394 | 2127 |
\\005\000\089\000\090\000\091\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2128 |
\\046\000\049\000\178\000\180\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2129 |
\\182\000\185\000\186\000\189\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2130 |
\\190\000\191\000\011\000\198\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2131 |
\\199\000\183\000\014\000\184\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2132 |
\\054\000\187\000\222\000\223\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2133 |
\\224\000\000\000\202\000\201\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2134 |
\\181\000\162\000\212\000\076\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2135 |
\\080\001\082\001\084\001\092\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2136 |
\\081\001\093\001\091\001\090\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2137 |
\\121\001\125\001\134\001\123\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2138 |
\\211\000\092\000\093\000\094\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2139 |
\\086\001\087\001\095\001\094\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2140 |
\\089\001\088\001\104\001\102\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2141 |
\\101\001\116\001\103\001\007\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2142 |
\\008\000\099\001\098\001\100\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2143 |
\\115\001\085\001\105\001\153\001\ |
53394 | 2144 |
\\067\000\117\000\058\000\065\000\ |
2145 |
\\066\000\066\000\066\000\066\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2146 |
\\114\001\066\000\051\000\052\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2147 |
\\050\000\078\001\042\000\118\000\ |
53394 | 2148 |
\\119\000\048\000\048\000\048\000\ |
2149 |
\\048\000\048\000\071\000\157\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2150 |
\\065\001\048\000\120\000\121\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2151 |
\\071\001\106\000\069\001\122\000\ |
53394 | 2152 |
\\050\000\050\000\050\000\050\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2153 |
\\050\000\062\000\072\000\157\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2154 |
\\007\001\050\000\052\000\051\000\ |
53394 | 2155 |
\\050\000\123\000\124\000\125\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2156 |
\\025\001\107\000\022\001\126\000\ |
53394 | 2157 |
\\010\000\010\000\010\000\010\000\ |
2158 |
\\010\000\010\000\010\000\009\000\ |
|
47358 | 2159 |
\\010\000\010\000\010\000\010\000\ |
53394 | 2160 |
\\010\000\073\000\157\000\009\000\ |
2161 |
\\069\000\012\000\012\000\009\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2162 |
\\127\000\128\000\235\000\108\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2163 |
\\233\000\009\000\155\001\101\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2164 |
\\161\001\165\001\163\001\162\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2165 |
\\157\001\160\001\150\001\159\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2166 |
\\164\001\095\000\096\000\097\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2167 |
\\098\000\099\000\057\000\076\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2168 |
\\129\000\144\001\130\000\113\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2169 |
\\083\001\131\000\013\001\030\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2170 |
\\044\000\060\000\078\000\017\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2171 |
\\031\000\056\000\061\000\079\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2172 |
\\032\000\073\001\102\000\055\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2173 |
\\057\001\051\001\054\001\056\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2174 |
\\067\001\109\000\063\001\061\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2175 |
\\068\001\048\000\070\001\103\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2176 |
\\248\000\250\000\244\000\247\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2177 |
\\249\000\107\001\029\001\026\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2178 |
\\055\000\021\000\028\001\037\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2179 |
\\039\001\036\001\080\000\062\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2180 |
\\020\001\110\000\002\001\004\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2181 |
\\005\001\033\000\034\000\035\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2182 |
\\000\001\027\001\021\001\050\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2183 |
\\023\001\104\000\193\000\200\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2184 |
\\009\000\195\000\197\000\188\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2185 |
\\192\000\196\000\194\000\220\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2186 |
\\218\000\221\000\227\000\229\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2187 |
\\225\000\226\000\228\000\230\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2188 |
\\231\000\111\000\205\000\207\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2189 |
\\208\000\132\000\219\000\127\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2190 |
\\036\000\217\000\037\000\216\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2191 |
\\038\000\001\000\232\000\009\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2192 |
\\234\000\176\000\058\000\058\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2193 |
\\177\000\077\000\046\000\066\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2194 |
\\059\000\045\000\007\000\175\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2195 |
\\112\000\173\001\140\001\066\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2196 |
\\136\001\126\001\066\000\066\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2197 |
\\133\000\157\000\066\000\050\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2198 |
\\134\000\157\000\066\000\175\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2199 |
\\015\000\157\000\072\001\174\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2200 |
\\068\000\068\000\157\000\135\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2201 |
\\053\000\136\000\016\000\157\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2202 |
\\068\000\046\000\046\000\050\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2203 |
\\024\001\173\000\137\000\017\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2204 |
\\157\000\009\000\210\000\007\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2205 |
\\007\000\009\000\236\000\158\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2206 |
\\138\000\149\001\151\001\139\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2207 |
\\140\000\141\000\142\000\143\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2208 |
\\058\000\172\001\145\001\144\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2209 |
\\014\001\015\001\113\000\145\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2210 |
\\018\001\019\001\114\000\039\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2211 |
\\048\000\064\001\042\001\146\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2212 |
\\040\001\115\000\030\001\068\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2213 |
\\068\000\035\001\050\000\003\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2214 |
\\006\001\147\000\148\000\040\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2215 |
\\203\000\010\000\206\000\209\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2216 |
\\149\000\150\000\041\000\166\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2217 |
\\168\001\171\001\170\001\169\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2218 |
\\167\001\174\001\148\001\018\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2219 |
\\147\001\019\000\066\000\062\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2220 |
\\038\001\068\000\020\000\043\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2221 |
\\044\001\001\001\011\001\010\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2222 |
\\050\000\204\000\215\000\214\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2223 |
\\009\000\060\000\061\000\151\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2224 |
\\041\001\063\000\152\000\153\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2225 |
\\012\001\016\001\146\001\031\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2226 |
\\032\001\064\000\009\001\213\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2227 |
\\034\001\154\000\068\000\033\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2228 |
\\159\000\155\000" |
46844 | 2229 |
val gotoT = |
2230 |
"\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2231 |
\\128\000\008\000\129\000\007\000\130\000\006\000\131\000\005\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2232 |
\\132\000\004\000\133\000\003\000\134\000\002\000\135\000\001\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2233 |
\\136\000\037\002\000\000\ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2234 |
\\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2235 |
\\128\000\008\000\129\000\007\000\130\000\006\000\131\000\005\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2236 |
\\132\000\004\000\133\000\003\000\134\000\002\000\135\000\015\000\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2237 |
\\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2238 |
\\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2239 |
\\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2240 |
\\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2241 |
\\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2242 |
\\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2243 |
\\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2244 |
\\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2245 |
\\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2246 |
\\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2247 |
\\128\000\008\000\129\000\007\000\130\000\006\000\131\000\005\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2248 |
\\132\000\004\000\133\000\003\000\134\000\002\000\135\000\020\000\000\000\ |
46844 | 2249 |
\\000\000\ |
2250 |
\\000\000\ |
|
2251 |
\\002\000\024\000\009\000\023\000\014\000\022\000\000\000\ |
|
2252 |
\\002\000\034\000\009\000\023\000\014\000\022\000\000\000\ |
|
2253 |
\\002\000\035\000\009\000\023\000\014\000\022\000\000\000\ |
|
2254 |
\\002\000\036\000\009\000\023\000\014\000\022\000\000\000\ |
|
2255 |
\\000\000\ |
|
2256 |
\\018\000\037\000\000\000\ |
|
2257 |
\\000\000\ |
|
2258 |
\\000\000\ |
|
2259 |
\\000\000\ |
|
2260 |
\\000\000\ |
|
2261 |
\\000\000\ |
|
2262 |
\\000\000\ |
|
2263 |
\\000\000\ |
|
2264 |
\\000\000\ |
|
2265 |
\\000\000\ |
|
2266 |
\\000\000\ |
|
2267 |
\\000\000\ |
|
2268 |
\\000\000\ |
|
2269 |
\\000\000\ |
|
2270 |
\\000\000\ |
|
2271 |
\\000\000\ |
|
2272 |
\\004\000\043\000\000\000\ |
|
2273 |
\\000\000\ |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2274 |
\\127\000\045\000\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2275 |
\\127\000\047\000\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2276 |
\\127\000\048\000\000\000\ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
2277 |
\\127\000\049\000\000\000\ |
46844 | 2278 |
\\000\000\ |
2279 |
\\000\000\ |
|
2280 |
\\000\000\ |
|
2281 |
\\000\000\ |
|
2282 |
\\000\000\ |
|
2283 |
\\000\000\ |
|
2284 |
\\000\000\ |
|
2285 |
\\000\000\ |
|
2286 |
\\002\000\058\000\003\000\057\000\009\000\023\000\014\000\022\000\000\000\ |
|
47358 | 2287 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2288 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2289 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2290 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2291 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2292 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2293 |
\\045\000\066\000\055\000\065\000\057\000\064\000\058\000\063\000\ |
|
53394 | 2294 |
\\059\000\062\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 2295 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2296 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2297 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2298 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2299 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2300 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2301 |
\\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ |
|
2302 |
\\061\000\113\000\062\000\112\000\063\000\111\000\065\000\110\000\ |
|
2303 |
\\066\000\109\000\067\000\108\000\068\000\107\000\069\000\106\000\ |
|
2304 |
\\070\000\105\000\071\000\104\000\072\000\103\000\073\000\102\000\ |
|
53394 | 2305 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 2306 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2307 |
\\019\000\144\000\020\000\085\000\022\000\084\000\023\000\143\000\ |
|
2308 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2309 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2310 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2311 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2312 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
2313 |
\\074\000\138\000\076\000\137\000\077\000\136\000\083\000\135\000\ |
|
2314 |
\\084\000\134\000\085\000\133\000\089\000\132\000\090\000\131\000\ |
|
2315 |
\\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ |
|
53394 | 2316 |
\\095\000\126\000\096\000\125\000\097\000\124\000\139\000\123\000\ |
2317 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2318 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2319 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2320 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2321 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ |
|
2322 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2323 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2324 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
2325 |
\\056\000\174\000\098\000\173\000\100\000\172\000\101\000\171\000\ |
|
2326 |
\\102\000\170\000\103\000\169\000\104\000\168\000\105\000\167\000\ |
|
2327 |
\\106\000\166\000\107\000\165\000\108\000\164\000\110\000\163\000\ |
|
2328 |
\\111\000\162\000\112\000\161\000\113\000\160\000\117\000\159\000\ |
|
2329 |
\\118\000\158\000\119\000\157\000\120\000\156\000\121\000\155\000\ |
|
2330 |
\\122\000\154\000\123\000\153\000\124\000\152\000\125\000\151\000\ |
|
53394 | 2331 |
\\126\000\150\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
2332 |
\\000\000\ |
|
2333 |
\\000\000\ |
|
2334 |
\\000\000\ |
|
2335 |
\\000\000\ |
|
2336 |
\\000\000\ |
|
2337 |
\\000\000\ |
|
2338 |
\\001\000\213\000\000\000\ |
|
2339 |
\\000\000\ |
|
2340 |
\\000\000\ |
|
2341 |
\\000\000\ |
|
2342 |
\\000\000\ |
|
2343 |
\\000\000\ |
|
2344 |
\\000\000\ |
|
2345 |
\\000\000\ |
|
2346 |
\\000\000\ |
|
2347 |
\\000\000\ |
|
2348 |
\\000\000\ |
|
2349 |
\\000\000\ |
|
2350 |
\\000\000\ |
|
2351 |
\\000\000\ |
|
2352 |
\\000\000\ |
|
2353 |
\\000\000\ |
|
2354 |
\\000\000\ |
|
2355 |
\\000\000\ |
|
2356 |
\\000\000\ |
|
2357 |
\\000\000\ |
|
2358 |
\\000\000\ |
|
2359 |
\\000\000\ |
|
2360 |
\\000\000\ |
|
2361 |
\\036\000\220\000\037\000\219\000\038\000\218\000\000\000\ |
|
47358 | 2362 |
\\000\000\ |
2363 |
\\000\000\ |
|
2364 |
\\000\000\ |
|
2365 |
\\000\000\ |
|
2366 |
\\000\000\ |
|
2367 |
\\000\000\ |
|
2368 |
\\000\000\ |
|
2369 |
\\000\000\ |
|
2370 |
\\000\000\ |
|
2371 |
\\000\000\ |
|
2372 |
\\000\000\ |
|
2373 |
\\000\000\ |
|
2374 |
\\000\000\ |
|
2375 |
\\000\000\ |
|
2376 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
53394 | 2377 |
\\019\000\086\000\020\000\226\000\022\000\084\000\023\000\083\000\ |
47358 | 2378 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
2379 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2380 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2381 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
53394 | 2382 |
\\045\000\225\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 2383 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2384 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2385 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2386 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2387 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2388 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
53394 | 2389 |
\\045\000\066\000\055\000\065\000\057\000\064\000\058\000\227\000\ |
2390 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
|
2391 |
\\001\000\228\000\000\000\ |
|
2392 |
\\000\000\ |
|
2393 |
\\000\000\ |
|
2394 |
\\000\000\ |
|
2395 |
\\000\000\ |
|
2396 |
\\000\000\ |
|
2397 |
\\000\000\ |
|
2398 |
\\050\000\231\000\000\000\ |
|
47358 | 2399 |
\\000\000\ |
2400 |
\\000\000\ |
|
2401 |
\\000\000\ |
|
2402 |
\\000\000\ |
|
2403 |
\\000\000\ |
|
2404 |
\\000\000\ |
|
2405 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
2406 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2407 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2408 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2409 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2410 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2411 |
\\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ |
|
53394 | 2412 |
\\063\000\111\000\065\000\110\000\066\000\236\000\147\000\061\000\ |
2413 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2414 |
\\000\000\ |
2415 |
\\000\000\ |
|
2416 |
\\000\000\ |
|
2417 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
2418 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2419 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2420 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2421 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2422 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2423 |
\\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ |
|
53394 | 2424 |
\\061\000\113\000\062\000\239\000\063\000\111\000\065\000\110\000\ |
47358 | 2425 |
\\066\000\109\000\067\000\108\000\068\000\107\000\069\000\106\000\ |
53394 | 2426 |
\\070\000\105\000\071\000\104\000\072\000\238\000\147\000\061\000\ |
2427 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2428 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2429 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2430 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2431 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2432 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2433 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2434 |
\\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ |
|
53394 | 2435 |
\\060\000\241\000\063\000\111\000\065\000\110\000\066\000\109\000\ |
47358 | 2436 |
\\067\000\108\000\068\000\107\000\069\000\106\000\070\000\105\000\ |
53394 | 2437 |
\\071\000\104\000\072\000\240\000\147\000\061\000\148\000\060\000\ |
2438 |
\\149\000\059\000\000\000\ |
|
2439 |
\\000\000\ |
|
2440 |
\\000\000\ |
|
2441 |
\\001\000\243\000\000\000\ |
|
2442 |
\\000\000\ |
|
2443 |
\\000\000\ |
|
2444 |
\\000\000\ |
|
2445 |
\\000\000\ |
|
2446 |
\\000\000\ |
|
2447 |
\\000\000\ |
|
2448 |
\\050\000\246\000\000\000\ |
|
47358 | 2449 |
\\000\000\ |
2450 |
\\000\000\ |
|
2451 |
\\000\000\ |
|
2452 |
\\000\000\ |
|
2453 |
\\000\000\ |
|
2454 |
\\000\000\ |
|
2455 |
\\000\000\ |
|
2456 |
\\000\000\ |
|
2457 |
\\000\000\ |
|
2458 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
2459 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2460 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2461 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2462 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2463 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2464 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
53394 | 2465 |
\\077\000\136\000\085\000\133\000\089\000\132\000\090\000\252\000\ |
2466 |
\\139\000\123\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2467 |
\\000\000\ |
2468 |
\\000\000\ |
|
2469 |
\\000\000\ |
|
2470 |
\\000\000\ |
|
2471 |
\\000\000\ |
|
2472 |
\\000\000\ |
|
2473 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
2474 |
\\019\000\144\000\020\000\085\000\022\000\084\000\023\000\143\000\ |
|
2475 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2476 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2477 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2478 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2479 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
53394 | 2480 |
\\074\000\138\000\076\000\003\001\077\000\136\000\083\000\135\000\ |
2481 |
\\084\000\002\001\085\000\133\000\089\000\132\000\090\000\131\000\ |
|
47358 | 2482 |
\\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ |
53394 | 2483 |
\\095\000\126\000\096\000\001\001\139\000\123\000\147\000\061\000\ |
2484 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2485 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2486 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2487 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2488 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2489 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2490 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2491 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
53394 | 2492 |
\\075\000\005\001\077\000\136\000\085\000\133\000\089\000\132\000\ |
47358 | 2493 |
\\090\000\131\000\091\000\130\000\092\000\129\000\093\000\128\000\ |
53394 | 2494 |
\\094\000\127\000\095\000\126\000\096\000\004\001\139\000\123\000\ |
2495 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
|
2496 |
\\001\000\007\001\000\000\ |
|
2497 |
\\000\000\ |
|
2498 |
\\000\000\ |
|
2499 |
\\000\000\ |
|
2500 |
\\000\000\ |
|
2501 |
\\000\000\ |
|
2502 |
\\000\000\ |
|
2503 |
\\000\000\ |
|
2504 |
\\036\000\183\000\037\000\182\000\050\000\179\000\053\000\011\001\000\000\ |
|
2505 |
\\000\000\ |
|
47358 | 2506 |
\\000\000\ |
2507 |
\\000\000\ |
|
2508 |
\\000\000\ |
|
2509 |
\\000\000\ |
|
2510 |
\\000\000\ |
|
2511 |
\\000\000\ |
|
2512 |
\\000\000\ |
|
2513 |
\\000\000\ |
|
2514 |
\\000\000\ |
|
2515 |
\\000\000\ |
|
2516 |
\\000\000\ |
|
2517 |
\\000\000\ |
|
2518 |
\\000\000\ |
|
2519 |
\\000\000\ |
|
2520 |
\\000\000\ |
|
2521 |
\\000\000\ |
|
2522 |
\\000\000\ |
|
2523 |
\\000\000\ |
|
2524 |
\\000\000\ |
|
2525 |
\\000\000\ |
|
2526 |
\\000\000\ |
|
2527 |
\\000\000\ |
|
2528 |
\\000\000\ |
|
2529 |
\\000\000\ |
|
2530 |
\\000\000\ |
|
2531 |
\\000\000\ |
|
2532 |
\\000\000\ |
|
2533 |
\\000\000\ |
|
2534 |
\\000\000\ |
|
2535 |
\\000\000\ |
|
2536 |
\\000\000\ |
|
2537 |
\\000\000\ |
|
2538 |
\\000\000\ |
|
2539 |
\\000\000\ |
|
2540 |
\\000\000\ |
|
2541 |
\\000\000\ |
|
2542 |
\\000\000\ |
|
2543 |
\\000\000\ |
|
2544 |
\\000\000\ |
|
2545 |
\\000\000\ |
|
2546 |
\\000\000\ |
|
2547 |
\\000\000\ |
|
2548 |
\\000\000\ |
|
2549 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
2550 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2551 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2552 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ |
|
2553 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2554 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2555 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
53394 | 2556 |
\\056\000\174\000\098\000\173\000\100\000\029\001\101\000\171\000\ |
47358 | 2557 |
\\102\000\170\000\103\000\169\000\104\000\168\000\105\000\167\000\ |
2558 |
\\106\000\166\000\107\000\165\000\108\000\164\000\110\000\163\000\ |
|
2559 |
\\111\000\162\000\112\000\161\000\113\000\160\000\117\000\159\000\ |
|
2560 |
\\118\000\158\000\119\000\157\000\120\000\156\000\121\000\155\000\ |
|
53394 | 2561 |
\\122\000\154\000\123\000\153\000\124\000\152\000\125\000\028\001\ |
2562 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2563 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2564 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2565 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2566 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ |
|
2567 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2568 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2569 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
53394 | 2570 |
\\056\000\174\000\099\000\031\001\101\000\171\000\102\000\170\000\ |
47358 | 2571 |
\\103\000\169\000\104\000\168\000\105\000\167\000\106\000\166\000\ |
2572 |
\\107\000\165\000\108\000\164\000\110\000\163\000\111\000\162\000\ |
|
2573 |
\\112\000\161\000\113\000\160\000\117\000\159\000\118\000\158\000\ |
|
2574 |
\\119\000\157\000\120\000\156\000\121\000\155\000\122\000\154\000\ |
|
53394 | 2575 |
\\123\000\153\000\124\000\152\000\125\000\030\001\147\000\061\000\ |
2576 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
2577 |
\\000\000\ |
|
2578 |
\\000\000\ |
|
2579 |
\\000\000\ |
|
2580 |
\\000\000\ |
|
2581 |
\\000\000\ |
|
2582 |
\\000\000\ |
|
2583 |
\\000\000\ |
|
2584 |
\\002\000\058\000\003\000\034\001\009\000\023\000\014\000\022\000\000\000\ |
|
2585 |
\\000\000\ |
|
2586 |
\\006\000\043\001\008\000\042\001\009\000\041\001\010\000\040\001\ |
|
2587 |
\\011\000\039\001\012\000\038\001\013\000\037\001\014\000\087\000\ |
|
2588 |
\\016\000\036\001\000\000\ |
|
47358 | 2589 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2590 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2591 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2592 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2593 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2594 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
53394 | 2595 |
\\045\000\066\000\055\000\065\000\057\000\051\001\147\000\061\000\ |
2596 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2597 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
53394 | 2598 |
\\019\000\086\000\020\000\053\001\021\000\052\001\022\000\084\000\ |
47358 | 2599 |
\\023\000\083\000\024\000\082\000\025\000\187\000\026\000\080\000\ |
2600 |
\\027\000\186\000\028\000\078\000\029\000\077\000\030\000\076\000\ |
|
2601 |
\\031\000\075\000\032\000\184\000\033\000\073\000\034\000\072\000\ |
|
53394 | 2602 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 2603 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
53394 | 2604 |
\\019\000\086\000\020\000\053\001\021\000\054\001\022\000\084\000\ |
47358 | 2605 |
\\023\000\083\000\024\000\082\000\025\000\187\000\026\000\080\000\ |
2606 |
\\027\000\186\000\028\000\078\000\029\000\077\000\030\000\076\000\ |
|
2607 |
\\031\000\075\000\032\000\184\000\033\000\073\000\034\000\072\000\ |
|
53394 | 2608 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 2609 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
53394 | 2610 |
\\019\000\086\000\020\000\055\001\022\000\084\000\023\000\083\000\ |
47358 | 2611 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
2612 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
53394 | 2613 |
\\032\000\184\000\033\000\073\000\034\000\072\000\147\000\061\000\ |
2614 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2615 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
53394 | 2616 |
\\019\000\086\000\020\000\056\001\022\000\084\000\023\000\083\000\ |
47358 | 2617 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
2618 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
53394 | 2619 |
\\032\000\184\000\033\000\073\000\034\000\072\000\147\000\061\000\ |
2620 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2621 |
\\000\000\ |
2622 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
53394 | 2623 |
\\019\000\086\000\020\000\053\001\021\000\057\001\022\000\084\000\ |
47358 | 2624 |
\\023\000\083\000\024\000\082\000\025\000\187\000\026\000\080\000\ |
2625 |
\\027\000\186\000\028\000\078\000\029\000\077\000\030\000\076\000\ |
|
2626 |
\\031\000\075\000\032\000\184\000\033\000\073\000\034\000\072\000\ |
|
53394 | 2627 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
2628 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
2629 |
\\019\000\086\000\020\000\060\001\022\000\084\000\023\000\083\000\ |
|
2630 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2631 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2632 |
\\032\000\184\000\033\000\073\000\034\000\072\000\140\000\059\001\ |
|
2633 |
\\141\000\058\001\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
|
2634 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
2635 |
\\019\000\086\000\020\000\226\000\022\000\084\000\023\000\083\000\ |
|
2636 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2637 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2638 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2639 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2640 |
\\045\000\065\001\142\000\064\001\143\000\063\001\147\000\061\000\ |
53394 | 2641 |
\\148\000\060\000\149\000\059\000\000\000\ |
47358 | 2642 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2643 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2644 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2645 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2646 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2647 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2648 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
2649 |
\\077\000\136\000\085\000\133\000\089\000\132\000\090\000\131\000\ |
|
2650 |
\\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2651 |
\\095\000\126\000\096\000\068\001\139\000\123\000\147\000\061\000\ |
53394 | 2652 |
\\148\000\060\000\149\000\059\000\000\000\ |
2653 |
\\000\000\ |
|
2654 |
\\036\000\220\000\038\000\218\000\000\000\ |
|
47358 | 2655 |
\\000\000\ |
2656 |
\\000\000\ |
|
2657 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
2658 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2659 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2660 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2661 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2662 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2663 |
\\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ |
|
53394 | 2664 |
\\063\000\111\000\065\000\110\000\066\000\071\001\147\000\061\000\ |
2665 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2666 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2667 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2668 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2669 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2670 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2671 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2672 |
\\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ |
|
53394 | 2673 |
\\063\000\111\000\065\000\110\000\066\000\072\001\147\000\061\000\ |
2674 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2675 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2676 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2677 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2678 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2679 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2680 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2681 |
\\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ |
|
53394 | 2682 |
\\063\000\111\000\065\000\110\000\066\000\073\001\147\000\061\000\ |
2683 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2684 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2685 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2686 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2687 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2688 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2689 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2690 |
\\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2691 |
\\063\000\111\000\065\000\110\000\066\000\074\001\147\000\061\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2692 |
\\148\000\060\000\149\000\059\000\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2693 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2694 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2695 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2696 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2697 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2698 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2699 |
\\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2700 |
\\063\000\111\000\065\000\110\000\066\000\075\001\147\000\061\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2701 |
\\148\000\060\000\149\000\059\000\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2702 |
\\061\000\076\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2703 |
\\011\000\078\001\064\000\077\001\000\000\ |
47358 | 2704 |
\\000\000\ |
2705 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
2706 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2707 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2708 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2709 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2710 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2711 |
\\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ |
|
2712 |
\\063\000\111\000\065\000\110\000\066\000\109\000\067\000\108\000\ |
|
2713 |
\\068\000\107\000\069\000\106\000\070\000\105\000\071\000\104\000\ |
|
53394 | 2714 |
\\072\000\238\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 2715 |
\\000\000\ |
2716 |
\\000\000\ |
|
2717 |
\\000\000\ |
|
2718 |
\\000\000\ |
|
2719 |
\\000\000\ |
|
2720 |
\\000\000\ |
|
2721 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
2722 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2723 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2724 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2725 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2726 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2727 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
53394 | 2728 |
\\077\000\136\000\085\000\133\000\089\000\132\000\090\000\084\001\ |
2729 |
\\139\000\123\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2730 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2731 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2732 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2733 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2734 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2735 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2736 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
53394 | 2737 |
\\077\000\136\000\085\000\133\000\089\000\132\000\090\000\085\001\ |
2738 |
\\139\000\123\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2739 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2740 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2741 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2742 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2743 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2744 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2745 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
53394 | 2746 |
\\077\000\136\000\085\000\133\000\089\000\132\000\090\000\086\001\ |
2747 |
\\139\000\123\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2748 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2749 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2750 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2751 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2752 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2753 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2754 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2755 |
\\077\000\136\000\085\000\133\000\089\000\132\000\090\000\087\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2756 |
\\139\000\123\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2757 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2758 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2759 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2760 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2761 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2762 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2763 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2764 |
\\077\000\136\000\085\000\133\000\089\000\132\000\090\000\088\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2765 |
\\139\000\123\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2766 |
\\009\000\097\001\011\000\096\001\047\000\095\001\079\000\094\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2767 |
\\080\000\093\001\081\000\092\001\082\000\091\001\144\000\090\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2768 |
\\148\000\089\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2769 |
\\074\000\100\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2770 |
\\011\000\104\001\086\000\103\001\087\000\102\001\088\000\101\001\000\000\ |
47358 | 2771 |
\\000\000\ |
2772 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
2773 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2774 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2775 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2776 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2777 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2778 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
2779 |
\\077\000\136\000\085\000\133\000\089\000\132\000\090\000\131\000\ |
|
2780 |
\\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ |
|
53394 | 2781 |
\\095\000\126\000\096\000\001\001\139\000\123\000\147\000\061\000\ |
2782 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
2783 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
2784 |
\\019\000\086\000\020\000\226\000\022\000\084\000\023\000\083\000\ |
|
2785 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2786 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2787 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2788 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2789 |
\\045\000\065\001\142\000\105\001\143\000\063\001\147\000\061\000\ |
53394 | 2790 |
\\148\000\060\000\149\000\059\000\000\000\ |
2791 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
2792 |
\\019\000\086\000\020\000\060\001\022\000\084\000\023\000\083\000\ |
|
2793 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2794 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2795 |
\\032\000\184\000\033\000\073\000\034\000\072\000\140\000\106\001\ |
53394 | 2796 |
\\141\000\058\001\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 2797 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2798 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
2799 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
2800 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2801 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
2802 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
2803 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
2804 |
\\077\000\136\000\085\000\133\000\089\000\132\000\090\000\131\000\ |
|
2805 |
\\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2806 |
\\095\000\126\000\096\000\107\001\139\000\123\000\147\000\061\000\ |
53394 | 2807 |
\\148\000\060\000\149\000\059\000\000\000\ |
47358 | 2808 |
\\000\000\ |
2809 |
\\000\000\ |
|
2810 |
\\000\000\ |
|
2811 |
\\000\000\ |
|
2812 |
\\000\000\ |
|
2813 |
\\000\000\ |
|
2814 |
\\000\000\ |
|
2815 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
2816 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2817 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2818 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2819 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2820 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2821 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2822 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2823 |
\\113\000\160\000\117\000\159\000\118\000\114\001\147\000\061\000\ |
53394 | 2824 |
\\148\000\060\000\149\000\059\000\000\000\ |
47358 | 2825 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2826 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2827 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2828 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2829 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2830 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2831 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2832 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ |
53394 | 2833 |
\\113\000\160\000\117\000\159\000\118\000\117\001\147\000\061\000\ |
2834 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2835 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2836 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2837 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2838 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2839 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2840 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2841 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2842 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ |
53394 | 2843 |
\\113\000\160\000\117\000\159\000\118\000\118\001\147\000\061\000\ |
2844 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2845 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2846 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2847 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2848 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2849 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2850 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2851 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2852 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ |
53394 | 2853 |
\\113\000\160\000\117\000\159\000\118\000\119\001\147\000\061\000\ |
2854 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2855 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2856 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2857 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2858 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2859 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2860 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2861 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2862 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ |
53394 | 2863 |
\\113\000\160\000\117\000\159\000\118\000\120\001\147\000\061\000\ |
2864 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 2865 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2866 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2867 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2868 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2869 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2870 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2871 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2872 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2873 |
\\113\000\160\000\117\000\159\000\118\000\121\001\147\000\061\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2874 |
\\148\000\060\000\149\000\059\000\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2875 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2876 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2877 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2878 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2879 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2880 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2881 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2882 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2883 |
\\113\000\160\000\117\000\159\000\118\000\122\001\147\000\061\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2884 |
\\148\000\060\000\149\000\059\000\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2885 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2886 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2887 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
47358 | 2888 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ |
2889 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2890 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2891 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
2892 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\169\000\ |
|
2893 |
\\104\000\168\000\105\000\167\000\106\000\166\000\107\000\165\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2894 |
\\108\000\164\000\109\000\124\001\110\000\163\000\111\000\162\000\ |
47358 | 2895 |
\\112\000\161\000\113\000\160\000\117\000\159\000\118\000\158\000\ |
2896 |
\\119\000\157\000\120\000\156\000\121\000\155\000\122\000\154\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2897 |
\\123\000\153\000\124\000\152\000\125\000\123\001\147\000\061\000\ |
53394 | 2898 |
\\148\000\060\000\149\000\059\000\000\000\ |
47358 | 2899 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2900 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2901 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2902 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2903 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2904 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2905 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2906 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2907 |
\\108\000\126\001\113\000\160\000\117\000\159\000\118\000\125\001\ |
53394 | 2908 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 2909 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2910 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2911 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2912 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2913 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2914 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2915 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2916 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2917 |
\\108\000\127\001\113\000\160\000\117\000\159\000\118\000\125\001\ |
53394 | 2918 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 2919 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2920 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2921 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2922 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2923 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2924 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2925 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2926 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2927 |
\\106\000\129\001\108\000\128\001\113\000\160\000\117\000\159\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2928 |
\\118\000\125\001\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 2929 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2930 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2931 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2932 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2933 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2934 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2935 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2936 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2937 |
\\108\000\130\001\113\000\160\000\117\000\159\000\118\000\125\001\ |
53394 | 2938 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 2939 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2940 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2941 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2942 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
2943 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2944 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2945 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2946 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2947 |
\\108\000\131\001\113\000\160\000\117\000\159\000\118\000\125\001\ |
53394 | 2948 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2949 |
\\098\000\132\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2950 |
\\011\000\136\001\114\000\135\001\115\000\134\001\116\000\133\001\000\000\ |
47358 | 2951 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2952 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2953 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2954 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ |
|
2955 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2956 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2957 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
2958 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\169\000\ |
|
2959 |
\\104\000\168\000\105\000\167\000\106\000\166\000\107\000\165\000\ |
|
2960 |
\\108\000\164\000\110\000\163\000\111\000\162\000\112\000\161\000\ |
|
2961 |
\\113\000\160\000\117\000\159\000\118\000\158\000\119\000\157\000\ |
|
2962 |
\\120\000\156\000\121\000\155\000\122\000\154\000\123\000\153\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2963 |
\\124\000\152\000\125\000\137\001\147\000\061\000\148\000\060\000\ |
53394 | 2964 |
\\149\000\059\000\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2965 |
\\009\000\090\000\019\000\139\001\031\000\138\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2966 |
\\051\000\178\000\054\000\175\000\117\000\141\001\138\000\140\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2967 |
\\051\000\178\000\054\000\175\000\117\000\143\001\137\000\142\001\000\000\ |
47358 | 2968 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
2969 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2970 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2971 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ |
|
2972 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2973 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2974 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
2975 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\169\000\ |
|
2976 |
\\104\000\168\000\105\000\167\000\106\000\166\000\107\000\165\000\ |
|
2977 |
\\108\000\164\000\110\000\163\000\111\000\162\000\112\000\161\000\ |
|
2978 |
\\113\000\160\000\117\000\159\000\118\000\158\000\119\000\157\000\ |
|
2979 |
\\120\000\156\000\121\000\155\000\122\000\154\000\123\000\153\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
2980 |
\\124\000\152\000\125\000\144\001\147\000\061\000\148\000\060\000\ |
53394 | 2981 |
\\149\000\059\000\000\000\ |
47358 | 2982 |
\\000\000\ |
2983 |
\\000\000\ |
|
2984 |
\\000\000\ |
|
2985 |
\\000\000\ |
|
2986 |
\\000\000\ |
|
2987 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
2988 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
2989 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
2990 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ |
|
2991 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
2992 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
2993 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
2994 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\169\000\ |
|
2995 |
\\104\000\168\000\105\000\167\000\106\000\166\000\107\000\165\000\ |
|
2996 |
\\108\000\164\000\110\000\163\000\111\000\162\000\112\000\161\000\ |
|
2997 |
\\113\000\160\000\117\000\159\000\118\000\158\000\119\000\157\000\ |
|
2998 |
\\120\000\156\000\121\000\155\000\122\000\154\000\123\000\153\000\ |
|
53394 | 2999 |
\\124\000\152\000\125\000\028\001\147\000\061\000\148\000\060\000\ |
3000 |
\\149\000\059\000\000\000\ |
|
3001 |
\\000\000\ |
|
3002 |
\\000\000\ |
|
3003 |
\\000\000\ |
|
3004 |
\\000\000\ |
|
3005 |
\\000\000\ |
|
3006 |
\\000\000\ |
|
3007 |
\\000\000\ |
|
3008 |
\\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3009 |
\\005\000\152\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3010 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3011 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3012 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3013 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3014 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3015 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3016 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3017 |
\\006\000\043\001\007\000\160\001\008\000\159\001\009\000\041\001\ |
53394 | 3018 |
\\010\000\040\001\011\000\039\001\012\000\038\001\013\000\037\001\ |
3019 |
\\014\000\087\000\016\000\036\001\000\000\ |
|
3020 |
\\000\000\ |
|
3021 |
\\000\000\ |
|
3022 |
\\000\000\ |
|
3023 |
\\000\000\ |
|
47358 | 3024 |
\\000\000\ |
3025 |
\\000\000\ |
|
3026 |
\\000\000\ |
|
3027 |
\\000\000\ |
|
3028 |
\\000\000\ |
|
3029 |
\\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3030 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3031 |
\\019\000\086\000\020\000\060\001\022\000\084\000\023\000\083\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3032 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3033 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3034 |
\\032\000\184\000\033\000\073\000\034\000\072\000\141\000\168\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3035 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3036 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3037 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3038 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3039 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3040 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3041 |
\\019\000\086\000\020\000\226\000\022\000\084\000\023\000\083\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3042 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3043 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3044 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3045 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3046 |
\\045\000\065\001\143\000\172\001\147\000\061\000\148\000\060\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3047 |
\\149\000\059\000\000\000\ |
47358 | 3048 |
\\000\000\ |
3049 |
\\000\000\ |
|
3050 |
\\000\000\ |
|
3051 |
\\000\000\ |
|
3052 |
\\000\000\ |
|
3053 |
\\000\000\ |
|
3054 |
\\000\000\ |
|
3055 |
\\000\000\ |
|
3056 |
\\000\000\ |
|
3057 |
\\000\000\ |
|
3058 |
\\000\000\ |
|
3059 |
\\000\000\ |
|
3060 |
\\000\000\ |
|
3061 |
\\000\000\ |
|
3062 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
3063 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
3064 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
3065 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
3066 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
3067 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
3068 |
\\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3069 |
\\060\000\178\001\063\000\111\000\065\000\110\000\066\000\109\000\ |
47358 | 3070 |
\\067\000\108\000\068\000\107\000\069\000\106\000\070\000\105\000\ |
53394 | 3071 |
\\071\000\104\000\072\000\240\000\147\000\061\000\148\000\060\000\ |
3072 |
\\149\000\059\000\000\000\ |
|
3073 |
\\000\000\ |
|
3074 |
\\000\000\ |
|
3075 |
\\000\000\ |
|
3076 |
\\000\000\ |
|
3077 |
\\000\000\ |
|
3078 |
\\000\000\ |
|
3079 |
\\000\000\ |
|
3080 |
\\000\000\ |
|
3081 |
\\000\000\ |
|
3082 |
\\000\000\ |
|
3083 |
\\000\000\ |
|
3084 |
\\000\000\ |
|
3085 |
\\000\000\ |
|
3086 |
\\000\000\ |
|
3087 |
\\000\000\ |
|
3088 |
\\000\000\ |
|
3089 |
\\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3090 |
\\009\000\097\001\011\000\096\001\047\000\095\001\078\000\185\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3091 |
\\079\000\094\001\080\000\184\001\081\000\092\001\082\000\183\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3092 |
\\144\000\090\001\148\000\089\001\000\000\ |
47358 | 3093 |
\\000\000\ |
3094 |
\\000\000\ |
|
3095 |
\\000\000\ |
|
3096 |
\\000\000\ |
|
3097 |
\\000\000\ |
|
3098 |
\\000\000\ |
|
3099 |
\\000\000\ |
|
3100 |
\\000\000\ |
|
3101 |
\\000\000\ |
|
3102 |
\\000\000\ |
|
3103 |
\\000\000\ |
|
3104 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
3105 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
3106 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
3107 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
3108 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
3109 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
3110 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3111 |
\\075\000\192\001\077\000\136\000\085\000\133\000\089\000\132\000\ |
47358 | 3112 |
\\090\000\131\000\091\000\130\000\092\000\129\000\093\000\128\000\ |
53394 | 3113 |
\\094\000\127\000\095\000\126\000\096\000\004\001\139\000\123\000\ |
3114 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 3115 |
\\000\000\ |
3116 |
\\000\000\ |
|
3117 |
\\000\000\ |
|
3118 |
\\000\000\ |
|
3119 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
3120 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
3121 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
3122 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ |
|
3123 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
3124 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
3125 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
3126 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\169\000\ |
|
3127 |
\\104\000\168\000\105\000\167\000\106\000\166\000\107\000\165\000\ |
|
3128 |
\\108\000\164\000\110\000\163\000\111\000\162\000\112\000\161\000\ |
|
3129 |
\\113\000\160\000\117\000\159\000\118\000\158\000\119\000\157\000\ |
|
3130 |
\\120\000\156\000\121\000\155\000\122\000\154\000\123\000\153\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3131 |
\\124\000\152\000\125\000\194\001\147\000\061\000\148\000\060\000\ |
53394 | 3132 |
\\149\000\059\000\000\000\ |
3133 |
\\000\000\ |
|
3134 |
\\000\000\ |
|
47358 | 3135 |
\\000\000\ |
3136 |
\\000\000\ |
|
3137 |
\\000\000\ |
|
3138 |
\\000\000\ |
|
3139 |
\\000\000\ |
|
3140 |
\\000\000\ |
|
3141 |
\\000\000\ |
|
3142 |
\\000\000\ |
|
3143 |
\\000\000\ |
|
3144 |
\\000\000\ |
|
3145 |
\\000\000\ |
|
3146 |
\\000\000\ |
|
3147 |
\\000\000\ |
|
3148 |
\\000\000\ |
|
3149 |
\\000\000\ |
|
3150 |
\\000\000\ |
|
3151 |
\\000\000\ |
|
3152 |
\\000\000\ |
|
3153 |
\\000\000\ |
|
3154 |
\\000\000\ |
|
3155 |
\\000\000\ |
|
3156 |
\\000\000\ |
|
3157 |
\\000\000\ |
|
3158 |
\\000\000\ |
|
3159 |
\\000\000\ |
|
3160 |
\\000\000\ |
|
3161 |
\\000\000\ |
|
3162 |
\\000\000\ |
|
3163 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
3164 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
3165 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
3166 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ |
|
3167 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
3168 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
3169 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3170 |
\\056\000\174\000\099\000\202\001\101\000\171\000\102\000\170\000\ |
47358 | 3171 |
\\103\000\169\000\104\000\168\000\105\000\167\000\106\000\166\000\ |
3172 |
\\107\000\165\000\108\000\164\000\110\000\163\000\111\000\162\000\ |
|
3173 |
\\112\000\161\000\113\000\160\000\117\000\159\000\118\000\158\000\ |
|
3174 |
\\119\000\157\000\120\000\156\000\121\000\155\000\122\000\154\000\ |
|
53394 | 3175 |
\\123\000\153\000\124\000\152\000\125\000\030\001\147\000\061\000\ |
3176 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
3177 |
\\000\000\ |
|
3178 |
\\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3179 |
\\006\000\043\001\008\000\203\001\009\000\041\001\010\000\040\001\ |
53394 | 3180 |
\\011\000\039\001\012\000\038\001\013\000\037\001\014\000\087\000\ |
3181 |
\\016\000\036\001\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3182 |
\\006\000\043\001\007\000\204\001\008\000\159\001\009\000\041\001\ |
53394 | 3183 |
\\010\000\040\001\011\000\039\001\012\000\038\001\013\000\037\001\ |
3184 |
\\014\000\087\000\016\000\036\001\000\000\ |
|
3185 |
\\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3186 |
\\006\000\206\001\017\000\205\001\000\000\ |
47358 | 3187 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
3188 |
\\019\000\144\000\020\000\085\000\022\000\084\000\023\000\143\000\ |
|
3189 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
3190 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
3191 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
3192 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
3193 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
3194 |
\\074\000\138\000\076\000\137\000\077\000\136\000\083\000\135\000\ |
|
3195 |
\\084\000\134\000\085\000\133\000\089\000\132\000\090\000\131\000\ |
|
3196 |
\\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3197 |
\\095\000\126\000\096\000\125\000\097\000\207\001\139\000\123\000\ |
53394 | 3198 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 3199 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3200 |
\\019\000\086\000\020\000\208\001\022\000\084\000\023\000\083\000\ |
47358 | 3201 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
3202 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
53394 | 3203 |
\\032\000\184\000\033\000\073\000\034\000\072\000\147\000\061\000\ |
3204 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 3205 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
3206 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
3207 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
3208 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
3209 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
3210 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
3211 |
\\045\000\066\000\055\000\065\000\057\000\064\000\058\000\063\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3212 |
\\059\000\209\001\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 3213 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
3214 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
3215 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
3216 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
3217 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
3218 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
3219 |
\\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ |
|
3220 |
\\061\000\113\000\062\000\112\000\063\000\111\000\065\000\110\000\ |
|
3221 |
\\066\000\109\000\067\000\108\000\068\000\107\000\069\000\106\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3222 |
\\070\000\105\000\071\000\104\000\072\000\103\000\073\000\210\001\ |
53394 | 3223 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 3224 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
3225 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
3226 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
3227 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ |
|
3228 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
3229 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
3230 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
3231 |
\\056\000\174\000\098\000\173\000\100\000\172\000\101\000\171\000\ |
|
3232 |
\\102\000\170\000\103\000\169\000\104\000\168\000\105\000\167\000\ |
|
3233 |
\\106\000\166\000\107\000\165\000\108\000\164\000\110\000\163\000\ |
|
3234 |
\\111\000\162\000\112\000\161\000\113\000\160\000\117\000\159\000\ |
|
3235 |
\\118\000\158\000\119\000\157\000\120\000\156\000\121\000\155\000\ |
|
3236 |
\\122\000\154\000\123\000\153\000\124\000\152\000\125\000\151\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3237 |
\\126\000\211\001\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 3238 |
\\000\000\ |
3239 |
\\000\000\ |
|
3240 |
\\000\000\ |
|
3241 |
\\000\000\ |
|
3242 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3243 |
\\019\000\086\000\020\000\053\001\021\000\214\001\022\000\084\000\ |
47358 | 3244 |
\\023\000\083\000\024\000\082\000\025\000\187\000\026\000\080\000\ |
3245 |
\\027\000\186\000\028\000\078\000\029\000\077\000\030\000\076\000\ |
|
3246 |
\\031\000\075\000\032\000\184\000\033\000\073\000\034\000\072\000\ |
|
53394 | 3247 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 3248 |
\\000\000\ |
3249 |
\\000\000\ |
|
3250 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3251 |
\\019\000\086\000\020\000\215\001\022\000\084\000\023\000\083\000\ |
47358 | 3252 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
3253 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
53394 | 3254 |
\\032\000\184\000\033\000\073\000\034\000\072\000\147\000\061\000\ |
3255 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
47358 | 3256 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3257 |
\\019\000\086\000\020\000\216\001\022\000\084\000\023\000\083\000\ |
47358 | 3258 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
3259 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
53394 | 3260 |
\\032\000\184\000\033\000\073\000\034\000\072\000\147\000\061\000\ |
3261 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3262 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3263 |
\\011\000\104\001\086\000\103\001\087\000\102\001\088\000\218\001\000\000\ |
47358 | 3264 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3265 |
\\019\000\086\000\020\000\219\001\022\000\084\000\023\000\083\000\ |
47358 | 3266 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
3267 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
53394 | 3268 |
\\032\000\184\000\033\000\073\000\034\000\072\000\147\000\061\000\ |
3269 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
3270 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
3271 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
3272 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
3273 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
3274 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
3275 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
3276 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3277 |
\\077\000\136\000\085\000\133\000\089\000\132\000\090\000\220\001\ |
53394 | 3278 |
\\139\000\123\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3279 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3280 |
\\011\000\104\001\086\000\103\001\087\000\102\001\088\000\222\001\000\000\ |
53394 | 3281 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3282 |
\\019\000\086\000\020\000\223\001\022\000\084\000\023\000\083\000\ |
53394 | 3283 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
3284 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
3285 |
\\032\000\184\000\033\000\073\000\034\000\072\000\147\000\061\000\ |
|
3286 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
3287 |
\\000\000\ |
|
3288 |
\\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3289 |
\\011\000\078\001\064\000\225\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3290 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3291 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3292 |
\\009\000\097\001\011\000\096\001\047\000\095\001\080\000\226\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3293 |
\\148\000\089\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3294 |
\\009\000\097\001\011\000\096\001\047\000\095\001\080\000\228\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3295 |
\\146\000\227\001\148\000\089\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3296 |
\\011\000\104\001\086\000\103\001\087\000\102\001\088\000\229\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3297 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3298 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3299 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3300 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3301 |
\\011\000\104\001\086\000\103\001\087\000\102\001\088\000\235\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3302 |
\\009\000\097\001\011\000\096\001\047\000\095\001\080\000\236\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3303 |
\\148\000\089\001\000\000\ |
47358 | 3304 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
3305 |
\\019\000\144\000\020\000\085\000\022\000\084\000\023\000\143\000\ |
|
3306 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
3307 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
3308 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
3309 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
3310 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
3311 |
\\074\000\138\000\076\000\137\000\077\000\136\000\083\000\135\000\ |
|
3312 |
\\084\000\134\000\085\000\133\000\089\000\132\000\090\000\131\000\ |
|
3313 |
\\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3314 |
\\095\000\126\000\096\000\125\000\097\000\237\001\139\000\123\000\ |
53394 | 3315 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 3316 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
3317 |
\\019\000\144\000\020\000\085\000\022\000\084\000\023\000\143\000\ |
|
3318 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
3319 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
3320 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
3321 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
3322 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
3323 |
\\074\000\138\000\076\000\137\000\077\000\136\000\083\000\135\000\ |
|
3324 |
\\084\000\134\000\085\000\133\000\089\000\132\000\090\000\131\000\ |
|
3325 |
\\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3326 |
\\095\000\126\000\096\000\125\000\097\000\238\001\139\000\123\000\ |
53394 | 3327 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 3328 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
3329 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
3330 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
3331 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
3332 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
3333 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
3334 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
3335 |
\\077\000\136\000\085\000\133\000\089\000\132\000\090\000\131\000\ |
|
3336 |
\\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3337 |
\\095\000\126\000\096\000\239\001\139\000\123\000\147\000\061\000\ |
53394 | 3338 |
\\148\000\060\000\149\000\059\000\000\000\ |
3339 |
\\000\000\ |
|
3340 |
\\000\000\ |
|
3341 |
\\000\000\ |
|
3342 |
\\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3343 |
\\011\000\136\001\114\000\135\001\115\000\134\001\116\000\242\001\000\000\ |
47358 | 3344 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
3345 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
3346 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
3347 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ |
|
3348 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
3349 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
3350 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
3351 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\169\000\ |
|
3352 |
\\104\000\168\000\105\000\167\000\106\000\166\000\107\000\165\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3353 |
\\108\000\164\000\109\000\243\001\110\000\163\000\111\000\162\000\ |
47358 | 3354 |
\\112\000\161\000\113\000\160\000\117\000\159\000\118\000\158\000\ |
3355 |
\\119\000\157\000\120\000\156\000\121\000\155\000\122\000\154\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3356 |
\\123\000\153\000\124\000\152\000\125\000\123\001\147\000\061\000\ |
53394 | 3357 |
\\148\000\060\000\149\000\059\000\000\000\ |
47358 | 3358 |
\\000\000\ |
3359 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
3360 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
3361 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
3362 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ |
|
3363 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
3364 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
3365 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
3366 |
\\056\000\174\000\098\000\173\000\100\000\172\000\101\000\171\000\ |
|
3367 |
\\102\000\170\000\103\000\169\000\104\000\168\000\105\000\167\000\ |
|
3368 |
\\106\000\166\000\107\000\165\000\108\000\164\000\110\000\163\000\ |
|
3369 |
\\111\000\162\000\112\000\161\000\113\000\160\000\117\000\159\000\ |
|
3370 |
\\118\000\158\000\119\000\157\000\120\000\156\000\121\000\155\000\ |
|
3371 |
\\122\000\154\000\123\000\153\000\124\000\152\000\125\000\151\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3372 |
\\126\000\244\001\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
53394 | 3373 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
3374 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
3375 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
3376 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ |
|
3377 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
3378 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
3379 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
3380 |
\\056\000\174\000\098\000\173\000\100\000\172\000\101\000\171\000\ |
|
3381 |
\\102\000\170\000\103\000\169\000\104\000\168\000\105\000\167\000\ |
|
3382 |
\\106\000\166\000\107\000\165\000\108\000\164\000\110\000\163\000\ |
|
3383 |
\\111\000\162\000\112\000\161\000\113\000\160\000\117\000\159\000\ |
|
3384 |
\\118\000\158\000\119\000\157\000\120\000\156\000\121\000\155\000\ |
|
3385 |
\\122\000\154\000\123\000\153\000\124\000\152\000\125\000\151\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3386 |
\\126\000\245\001\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 3387 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
3388 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
3389 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
3390 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ |
|
3391 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
3392 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
3393 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
3394 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\169\000\ |
|
3395 |
\\104\000\168\000\105\000\167\000\106\000\166\000\107\000\165\000\ |
|
3396 |
\\108\000\164\000\110\000\163\000\111\000\162\000\112\000\161\000\ |
|
3397 |
\\113\000\160\000\117\000\159\000\118\000\158\000\119\000\157\000\ |
|
3398 |
\\120\000\156\000\121\000\155\000\122\000\154\000\123\000\153\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3399 |
\\124\000\152\000\125\000\246\001\147\000\061\000\148\000\060\000\ |
53394 | 3400 |
\\149\000\059\000\000\000\ |
3401 |
\\000\000\ |
|
3402 |
\\000\000\ |
|
3403 |
\\000\000\ |
|
3404 |
\\000\000\ |
|
3405 |
\\000\000\ |
|
3406 |
\\000\000\ |
|
3407 |
\\000\000\ |
|
3408 |
\\000\000\ |
|
3409 |
\\000\000\ |
|
3410 |
\\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3411 |
\\006\000\043\001\007\000\253\001\008\000\159\001\009\000\041\001\ |
53394 | 3412 |
\\010\000\040\001\011\000\039\001\012\000\038\001\013\000\037\001\ |
3413 |
\\014\000\087\000\016\000\036\001\000\000\ |
|
3414 |
\\000\000\ |
|
3415 |
\\000\000\ |
|
3416 |
\\000\000\ |
|
3417 |
\\000\000\ |
|
47358 | 3418 |
\\000\000\ |
3419 |
\\000\000\ |
|
3420 |
\\000\000\ |
|
3421 |
\\000\000\ |
|
3422 |
\\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3423 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3424 |
\\000\000\ |
47358 | 3425 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
3426 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
3427 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
3428 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
3429 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
3430 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
3431 |
\\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3432 |
\\063\000\111\000\065\000\110\000\066\000\003\002\147\000\061\000\ |
53394 | 3433 |
\\148\000\060\000\149\000\059\000\000\000\ |
3434 |
\\000\000\ |
|
3435 |
\\000\000\ |
|
3436 |
\\000\000\ |
|
3437 |
\\000\000\ |
|
3438 |
\\000\000\ |
|
3439 |
\\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3440 |
\\009\000\097\001\011\000\096\001\047\000\095\001\080\000\007\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3441 |
\\148\000\089\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3442 |
\\009\000\097\001\011\000\096\001\047\000\095\001\080\000\008\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3443 |
\\148\000\089\001\000\000\ |
47358 | 3444 |
\\000\000\ |
3445 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
3446 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
3447 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
3448 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
3449 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
3450 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
3451 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3452 |
\\077\000\136\000\085\000\133\000\089\000\132\000\090\000\009\002\ |
53394 | 3453 |
\\139\000\123\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
47358 | 3454 |
\\000\000\ |
3455 |
\\000\000\ |
|
3456 |
\\000\000\ |
|
3457 |
\\000\000\ |
|
3458 |
\\000\000\ |
|
3459 |
\\000\000\ |
|
3460 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
3461 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
3462 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
3463 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
3464 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
3465 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
3466 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3467 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3468 |
\\113\000\160\000\117\000\159\000\118\000\013\002\147\000\061\000\ |
53394 | 3469 |
\\148\000\060\000\149\000\059\000\000\000\ |
3470 |
\\000\000\ |
|
3471 |
\\000\000\ |
|
3472 |
\\000\000\ |
|
47358 | 3473 |
\\000\000\ |
3474 |
\\000\000\ |
|
3475 |
\\000\000\ |
|
3476 |
\\000\000\ |
|
3477 |
\\000\000\ |
|
3478 |
\\000\000\ |
|
3479 |
\\000\000\ |
|
3480 |
\\000\000\ |
|
3481 |
\\000\000\ |
|
3482 |
\\000\000\ |
|
3483 |
\\000\000\ |
|
3484 |
\\000\000\ |
|
3485 |
\\000\000\ |
|
3486 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3487 |
\\019\000\086\000\020\000\019\002\022\000\084\000\023\000\083\000\ |
47358 | 3488 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
3489 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
53394 | 3490 |
\\032\000\184\000\033\000\073\000\034\000\072\000\147\000\061\000\ |
3491 |
\\148\000\060\000\149\000\059\000\000\000\ |
|
3492 |
\\000\000\ |
|
3493 |
\\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3494 |
\\009\000\097\001\011\000\096\001\047\000\095\001\080\000\228\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3495 |
\\146\000\020\002\148\000\089\001\000\000\ |
47358 | 3496 |
\\000\000\ |
3497 |
\\000\000\ |
|
3498 |
\\000\000\ |
|
3499 |
\\000\000\ |
|
3500 |
\\000\000\ |
|
3501 |
\\000\000\ |
|
3502 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
3503 |
\\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ |
|
3504 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
3505 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
3506 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
3507 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
3508 |
\\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ |
|
3509 |
\\077\000\136\000\085\000\133\000\089\000\132\000\090\000\131\000\ |
|
3510 |
\\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3511 |
\\095\000\126\000\096\000\022\002\139\000\123\000\147\000\061\000\ |
53394 | 3512 |
\\148\000\060\000\149\000\059\000\000\000\ |
3513 |
\\000\000\ |
|
47358 | 3514 |
\\000\000\ |
3515 |
\\000\000\ |
|
3516 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
3517 |
\\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ |
|
3518 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
3519 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ |
|
3520 |
\\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ |
|
3521 |
\\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ |
|
3522 |
\\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ |
|
3523 |
\\056\000\174\000\101\000\171\000\102\000\170\000\103\000\169\000\ |
|
3524 |
\\104\000\168\000\105\000\167\000\106\000\166\000\107\000\165\000\ |
|
3525 |
\\108\000\164\000\110\000\163\000\111\000\162\000\112\000\161\000\ |
|
3526 |
\\113\000\160\000\117\000\159\000\118\000\158\000\119\000\157\000\ |
|
3527 |
\\120\000\156\000\121\000\155\000\122\000\154\000\123\000\153\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3528 |
\\124\000\152\000\125\000\023\002\147\000\061\000\148\000\060\000\ |
53394 | 3529 |
\\149\000\059\000\000\000\ |
3530 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
3531 |
\\019\000\086\000\020\000\060\001\022\000\084\000\023\000\083\000\ |
|
3532 |
\\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ |
|
3533 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3534 |
\\032\000\184\000\033\000\073\000\034\000\072\000\141\000\024\002\ |
53394 | 3535 |
\\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ |
3536 |
\\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ |
|
3537 |
\\019\000\086\000\020\000\226\000\022\000\084\000\023\000\083\000\ |
|
3538 |
\\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ |
|
3539 |
\\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ |
|
3540 |
\\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ |
|
3541 |
\\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3542 |
\\045\000\065\001\143\000\025\002\147\000\061\000\148\000\060\000\ |
53394 | 3543 |
\\149\000\059\000\000\000\ |
3544 |
\\000\000\ |
|
3545 |
\\000\000\ |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3546 |
\\009\000\097\001\011\000\096\001\047\000\095\001\080\000\028\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3547 |
\\145\000\027\002\148\000\089\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3548 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3549 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3550 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3551 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3552 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3553 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3554 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3555 |
\\009\000\097\001\011\000\096\001\047\000\095\001\079\000\033\002\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3556 |
\\080\000\032\002\081\000\092\001\148\000\089\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3557 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3558 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3559 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3560 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3561 |
\\009\000\097\001\011\000\096\001\047\000\095\001\078\000\185\001\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3562 |
\\080\000\036\002\148\000\089\001\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3563 |
\\000\000\ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3564 |
\\000\000\ |
46844 | 3565 |
\\000\000\ |
3566 |
\" |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
3567 |
val numstates = 550 |
53394 | 3568 |
val numrules = 296 |
46844 | 3569 |
val s = Unsynchronized.ref "" and index = Unsynchronized.ref 0 |
3570 |
val string_to_int = fn () => |
|
3571 |
let val i = !index |
|
3572 |
in index := i+2; Char.ord(String.sub(!s,i)) + Char.ord(String.sub(!s,i+1)) * 256 |
|
3573 |
end |
|
3574 |
val string_to_list = fn s' => |
|
3575 |
let val len = String.size s' |
|
3576 |
fun f () = |
|
3577 |
if !index < len then string_to_int() :: f() |
|
3578 |
else nil |
|
3579 |
in index := 0; s := s'; f () |
|
3580 |
end |
|
3581 |
val string_to_pairlist = fn (conv_key,conv_entry) => |
|
3582 |
let fun f () = |
|
3583 |
case string_to_int() |
|
3584 |
of 0 => EMPTY |
|
3585 |
| n => PAIR(conv_key (n-1),conv_entry (string_to_int()),f()) |
|
3586 |
in f |
|
3587 |
end |
|
3588 |
val string_to_pairlist_default = fn (conv_key,conv_entry) => |
|
3589 |
let val conv_row = string_to_pairlist(conv_key,conv_entry) |
|
3590 |
in fn () => |
|
3591 |
let val default = conv_entry(string_to_int()) |
|
3592 |
val row = conv_row() |
|
3593 |
in (row,default) |
|
3594 |
end |
|
3595 |
end |
|
3596 |
val string_to_table = fn (convert_row,s') => |
|
3597 |
let val len = String.size s' |
|
3598 |
fun f ()= |
|
3599 |
if !index < len then convert_row() :: f() |
|
3600 |
else nil |
|
3601 |
in (s := s'; index := 0; f ()) |
|
3602 |
end |
|
3603 |
local |
|
3604 |
val memo = Array.array(numstates+numrules,ERROR) |
|
3605 |
val _ =let fun g i=(Array.update(memo,i,REDUCE(i-numstates)); g(i+1)) |
|
3606 |
fun f i = |
|
3607 |
if i=numstates then g i |
|
3608 |
else (Array.update(memo,i,SHIFT (STATE i)); f (i+1)) |
|
57797 | 3609 |
in f 0 handle General.Subscript => () |
46844 | 3610 |
end |
3611 |
in |
|
3612 |
val entry_to_action = fn 0 => ACCEPT | 1 => ERROR | j => Array.sub(memo,(j-2)) |
|
3613 |
end |
|
3614 |
val gotoT=Array.fromList(string_to_table(string_to_pairlist(NT,STATE),gotoT)) |
|
3615 |
val actionRows=string_to_table(string_to_pairlist_default(T,entry_to_action),actionRows) |
|
3616 |
val actionRowNumbers = string_to_list actionRowNumbers |
|
3617 |
val actionT = let val actionRowLookUp= |
|
3618 |
let val a=Array.fromList(actionRows) in fn i=>Array.sub(a,i) end |
|
57797 | 3619 |
in Array.fromList(List.map actionRowLookUp actionRowNumbers) |
46844 | 3620 |
end |
3621 |
in LrTable.mkLrTable {actions=actionT,gotos=gotoT,numRules=numrules, |
|
3622 |
numStates=numstates,initialState=STATE 0} |
|
3623 |
end |
|
3624 |
end |
|
3625 |
local open Header in |
|
3626 |
type pos = int |
|
3627 |
type arg = string |
|
3628 |
structure MlyValue = |
|
3629 |
struct |
|
3630 |
datatype svalue = VOID | ntVOID of unit |
|
47358 | 3631 |
| DOLLAR_DOLLAR_WORD of (string) | DOLLAR_WORD of (string) |
46844 | 3632 |
| DISTINCT_OBJECT of (string) | COMMENT of (string) |
3633 |
| LOWER_WORD of (string) | UPPER_WORD of (string) |
|
3634 |
| SINGLE_QUOTED of (string) | DOT_DECIMAL of (string) |
|
3635 |
| UNSIGNED_INTEGER of (string) | SIGNED_INTEGER of (string) |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3636 |
| RATIONAL of (string) | REAL of (string) |
47358 | 3637 |
| atomic_system_word of (string) | atomic_defined_word of (string) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3638 |
| let_term of (tptp_term) | tff_type_arguments of (tptp_type list) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3639 |
| tff_monotype of (tptp_type) | tff_quantified_type of (tptp_type) |
53394 | 3640 |
| tff_let_formula_binding of (tptp_formula) |
3641 |
| tff_let_formula_defn of (tptp_let) |
|
3642 |
| tff_let_term_binding of (tptp_term) |
|
3643 |
| tff_let_term_defn of (tptp_let) | tff_let of (tptp_formula) |
|
3644 |
| thf_let_formula_defn of (tptp_let) |
|
3645 |
| thf_let_term_defn of (tptp_let) | tptp of (tptp_problem) |
|
46844 | 3646 |
| tptp_file of (tptp_problem) | tptp_input of (tptp_line) |
3647 |
| include_ of (tptp_line) | annotated_formula of (tptp_line) |
|
3648 |
| thf_annotated of (tptp_line) | tff_annotated of (tptp_line) |
|
3649 |
| fof_annotated of (tptp_line) | cnf_annotated of (tptp_line) |
|
3650 |
| formula_role of (role) | thf_formula of (tptp_formula) |
|
3651 |
| thf_logic_formula of (tptp_formula) |
|
3652 |
| thf_binary_formula of (tptp_formula) |
|
3653 |
| thf_binary_pair of (tptp_formula) |
|
3654 |
| thf_binary_tuple of (tptp_formula) |
|
3655 |
| thf_or_formula of (tptp_formula) |
|
3656 |
| thf_and_formula of (tptp_formula) |
|
3657 |
| thf_apply_formula of (tptp_formula) |
|
3658 |
| thf_unitary_formula of (tptp_formula) |
|
3659 |
| thf_quantified_formula of (tptp_formula) |
|
3660 |
| thf_variable_list of ( ( string * tptp_type option ) list) |
|
3661 |
| thf_variable of (string*tptp_type option) |
|
3662 |
| thf_typed_variable of (string*tptp_type option) |
|
3663 |
| thf_unary_formula of (tptp_formula) |
|
3664 |
| thf_type_formula of (tptp_formula*tptp_type) |
|
3665 |
| thf_typeable_formula of (tptp_formula) |
|
3666 |
| thf_subtype of (tptp_type) | thf_top_level_type of (tptp_type) |
|
3667 |
| thf_unitary_type of (tptp_type) | thf_binary_type of (tptp_type) |
|
3668 |
| thf_mapping_type of (tptp_type) | thf_xprod_type of (tptp_type) |
|
3669 |
| thf_union_type of (tptp_type) | thf_atom of (tptp_formula) |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3670 |
| thf_let of (tptp_formula) | thf_conditional of (tptp_formula) |
46844 | 3671 |
| thf_sequent of (tptp_formula) |
3672 |
| thf_tuple_list of (tptp_formula list) |
|
3673 |
| thf_tuple of (tptp_formula list) | tff_formula of (tptp_formula) |
|
3674 |
| tff_logic_formula of (tptp_formula) |
|
3675 |
| tff_binary_formula of (tptp_formula) |
|
3676 |
| tff_binary_nonassoc of (tptp_formula) |
|
3677 |
| tff_binary_assoc of (tptp_formula) |
|
3678 |
| tff_or_formula of (tptp_formula) |
|
3679 |
| tff_and_formula of (tptp_formula) |
|
3680 |
| tff_unitary_formula of (tptp_formula) |
|
3681 |
| tff_quantified_formula of (tptp_formula) |
|
3682 |
| tff_variable_list of ( ( string * tptp_type option ) list) |
|
3683 |
| tff_variable of (string*tptp_type option) |
|
3684 |
| tff_typed_variable of (string*tptp_type option) |
|
3685 |
| tff_unary_formula of (tptp_formula) |
|
3686 |
| tff_typed_atom of (symbol*tptp_type option) |
|
3687 |
| tff_untyped_atom of (symbol*tptp_type option) |
|
3688 |
| tff_top_level_type of (tptp_type) |
|
3689 |
| tff_unitary_type of (tptp_type) | tff_atomic_type of (tptp_type) |
|
3690 |
| tff_mapping_type of (tptp_type) | tff_xprod_type of (tptp_type) |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3691 |
| tff_conditional of (tptp_formula) | tff_sequent of (tptp_formula) |
46844 | 3692 |
| tff_tuple_list of (tptp_formula list) |
3693 |
| tff_tuple of (tptp_formula list) | fof_formula of (tptp_formula) |
|
3694 |
| fof_logic_formula of (tptp_formula) |
|
3695 |
| fof_binary_formula of (tptp_formula) |
|
3696 |
| fof_binary_nonassoc of (tptp_formula) |
|
3697 |
| fof_binary_assoc of (tptp_formula) |
|
3698 |
| fof_or_formula of (tptp_formula) |
|
3699 |
| fof_and_formula of (tptp_formula) |
|
3700 |
| fof_unitary_formula of (tptp_formula) |
|
3701 |
| fof_quantified_formula of (tptp_formula) |
|
3702 |
| fof_variable_list of (string list) |
|
3703 |
| fof_unary_formula of (tptp_formula) |
|
3704 |
| fof_sequent of (tptp_formula) | fof_tuple of (tptp_formula list) |
|
3705 |
| fof_tuple_list of (tptp_formula list) |
|
3706 |
| cnf_formula of (tptp_formula) | disjunction of (tptp_formula) |
|
3707 |
| literal of (tptp_formula) | thf_conn_term of (symbol) |
|
3708 |
| fol_infix_unary of (tptp_formula) |
|
3709 |
| thf_quantifier of (quantifier) | thf_pair_connective of (symbol) |
|
3710 |
| thf_unary_connective of (symbol) | fol_quantifier of (quantifier) |
|
3711 |
| binary_connective of (symbol) | assoc_connective of (symbol) |
|
3712 |
| system_type of (string) | defined_type of (tptp_base_type) |
|
3713 |
| unary_connective of (symbol) | atomic_formula of (tptp_formula) |
|
3714 |
| plain_atomic_formula of (tptp_formula) |
|
3715 |
| defined_atomic_formula of (tptp_formula) |
|
3716 |
| defined_plain_formula of (tptp_formula) |
|
3717 |
| defined_pred of (string) | defined_prop of (string) |
|
3718 |
| defined_infix_formula of (tptp_formula) |
|
3719 |
| defined_infix_pred of (symbol) | infix_inequality of (symbol) |
|
3720 |
| infix_equality of (symbol) |
|
3721 |
| system_atomic_formula of (tptp_formula) |
|
3722 |
| conditional_term of (tptp_term) | function_term of (tptp_term) |
|
3723 |
| plain_term of (symbol*tptp_term list) | constant of (symbol) |
|
3724 |
| defined_term of (tptp_term) | defined_atom of (tptp_term) |
|
3725 |
| defined_atomic_term of (tptp_term) |
|
3726 |
| defined_plain_term of (symbol*tptp_term list) |
|
3727 |
| defined_constant of (symbol) |
|
3728 |
| system_term of (symbol*tptp_term list) |
|
3729 |
| system_constant of (symbol) | system_functor of (symbol) |
|
3730 |
| defined_functor of (symbol) | arguments of (tptp_term list) |
|
3731 |
| term of (tptp_term) | functor_ of (symbol) |
|
3732 |
| file_name of (string) | useful_info of (general_list) |
|
3733 |
| general_function of (general_data) | identifier of (string) |
|
3734 |
| integer of (string) | formula_data of (general_data) |
|
3735 |
| number of (number_kind*string) | variable_ of (string) |
|
3736 |
| general_data of (general_data) | atomic_word of (string) |
|
3737 |
| general_term of (general_term) |
|
3738 |
| general_terms of (general_term list) |
|
3739 |
| general_list of (general_list) |
|
3740 |
| optional_info of (general_term list) |
|
3741 |
| formula_selection of (string list) | name_list of (string list) |
|
3742 |
| name of (string) | annotations of (annotation option) |
|
3743 |
end |
|
3744 |
type svalue = MlyValue.svalue |
|
3745 |
type result = tptp_problem |
|
3746 |
end |
|
3747 |
structure EC= |
|
3748 |
struct |
|
3749 |
open LrTable |
|
3750 |
infix 5 $$ |
|
3751 |
fun x $$ y = y::x |
|
3752 |
val is_keyword = |
|
3753 |
fn _ => false |
|
3754 |
val preferred_change : (term list * term list) list = |
|
3755 |
nil |
|
3756 |
val noShift = |
|
3757 |
fn (T 37) => true | _ => false |
|
3758 |
val showTerminal = |
|
3759 |
fn (T 0) => "AMPERSAND" |
|
3760 |
| (T 1) => "AT_SIGN" |
|
3761 |
| (T 2) => "CARET" |
|
3762 |
| (T 3) => "COLON" |
|
3763 |
| (T 4) => "COMMA" |
|
3764 |
| (T 5) => "EQUALS" |
|
3765 |
| (T 6) => "EXCLAMATION" |
|
3766 |
| (T 7) => "LET" |
|
3767 |
| (T 8) => "ARROW" |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3768 |
| (T 9) => "FI" |
46844 | 3769 |
| (T 10) => "IFF" |
3770 |
| (T 11) => "IMPLIES" |
|
3771 |
| (T 12) => "INCLUDE" |
|
3772 |
| (T 13) => "LAMBDA" |
|
3773 |
| (T 14) => "LBRKT" |
|
3774 |
| (T 15) => "LPAREN" |
|
3775 |
| (T 16) => "MAP_TO" |
|
3776 |
| (T 17) => "MMINUS" |
|
3777 |
| (T 18) => "NAND" |
|
3778 |
| (T 19) => "NEQUALS" |
|
3779 |
| (T 20) => "XOR" |
|
3780 |
| (T 21) => "NOR" |
|
3781 |
| (T 22) => "PERIOD" |
|
3782 |
| (T 23) => "PPLUS" |
|
3783 |
| (T 24) => "QUESTION" |
|
3784 |
| (T 25) => "RBRKT" |
|
3785 |
| (T 26) => "RPAREN" |
|
3786 |
| (T 27) => "TILDE" |
|
3787 |
| (T 28) => "TOK_FALSE" |
|
3788 |
| (T 29) => "TOK_I" |
|
3789 |
| (T 30) => "TOK_O" |
|
3790 |
| (T 31) => "TOK_INT" |
|
3791 |
| (T 32) => "TOK_REAL" |
|
3792 |
| (T 33) => "TOK_RAT" |
|
3793 |
| (T 34) => "TOK_TRUE" |
|
3794 |
| (T 35) => "TOK_TYPE" |
|
3795 |
| (T 36) => "VLINE" |
|
3796 |
| (T 37) => "EOF" |
|
3797 |
| (T 38) => "DTHF" |
|
3798 |
| (T 39) => "DFOF" |
|
3799 |
| (T 40) => "DCNF" |
|
3800 |
| (T 41) => "DFOT" |
|
3801 |
| (T 42) => "DTFF" |
|
3802 |
| (T 43) => "REAL" |
|
3803 |
| (T 44) => "RATIONAL" |
|
3804 |
| (T 45) => "SIGNED_INTEGER" |
|
3805 |
| (T 46) => "UNSIGNED_INTEGER" |
|
3806 |
| (T 47) => "DOT_DECIMAL" |
|
3807 |
| (T 48) => "SINGLE_QUOTED" |
|
3808 |
| (T 49) => "UPPER_WORD" |
|
3809 |
| (T 50) => "LOWER_WORD" |
|
3810 |
| (T 51) => "COMMENT" |
|
3811 |
| (T 52) => "DISTINCT_OBJECT" |
|
3812 |
| (T 53) => "DUD" |
|
3813 |
| (T 54) => "INDEF_CHOICE" |
|
3814 |
| (T 55) => "DEFIN_CHOICE" |
|
3815 |
| (T 56) => "OPERATOR_FORALL" |
|
3816 |
| (T 57) => "OPERATOR_EXISTS" |
|
3817 |
| (T 58) => "PLUS" |
|
3818 |
| (T 59) => "TIMES" |
|
3819 |
| (T 60) => "GENTZEN_ARROW" |
|
3820 |
| (T 61) => "DEP_SUM" |
|
3821 |
| (T 62) => "DEP_PROD" |
|
47358 | 3822 |
| (T 63) => "DOLLAR_WORD" |
3823 |
| (T 64) => "DOLLAR_DOLLAR_WORD" |
|
46844 | 3824 |
| (T 65) => "SUBTYPE" |
3825 |
| (T 66) => "LET_TERM" |
|
3826 |
| (T 67) => "THF" |
|
3827 |
| (T 68) => "TFF" |
|
3828 |
| (T 69) => "FOF" |
|
3829 |
| (T 70) => "CNF" |
|
3830 |
| (T 71) => "ITE_F" |
|
3831 |
| (T 72) => "ITE_T" |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3832 |
| (T 73) => "LET_TF" |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3833 |
| (T 74) => "LET_FF" |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3834 |
| (T 75) => "LET_FT" |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3835 |
| (T 76) => "LET_TT" |
46844 | 3836 |
| _ => "bogus-term" |
3837 |
local open Header in |
|
3838 |
val errtermvalue= |
|
3839 |
fn _ => MlyValue.VOID |
|
3840 |
end |
|
3841 |
val terms : term list = nil |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3842 |
$$ (T 76) $$ (T 75) $$ (T 74) $$ (T 73) $$ (T 72) $$ (T 71) $$ (T 70) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3843 |
$$ (T 69) $$ (T 68) $$ (T 67) $$ (T 66) $$ (T 65) $$ (T 62) $$ (T 61) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3844 |
$$ (T 60) $$ (T 59) $$ (T 58) $$ (T 57) $$ (T 56) $$ (T 55) $$ (T 54) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3845 |
$$ (T 53) $$ (T 42) $$ (T 41) $$ (T 40) $$ (T 39) $$ (T 38) $$ (T 37) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3846 |
$$ (T 36) $$ (T 35) $$ (T 34) $$ (T 33) $$ (T 32) $$ (T 31) $$ (T 30) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3847 |
$$ (T 29) $$ (T 28) $$ (T 27) $$ (T 26) $$ (T 25) $$ (T 24) $$ (T 23) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3848 |
$$ (T 22) $$ (T 21) $$ (T 20) $$ (T 19) $$ (T 18) $$ (T 17) $$ (T 16) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3849 |
$$ (T 15) $$ (T 14) $$ (T 13) $$ (T 12) $$ (T 11) $$ (T 10) $$ (T 9) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3850 |
$$ (T 8) $$ (T 7) $$ (T 6) $$ (T 5) $$ (T 4) $$ (T 3) $$ (T 2) $$ (T |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3851 |
1) $$ (T 0)end |
46844 | 3852 |
structure Actions = |
3853 |
struct |
|
3854 |
exception mlyAction of int |
|
3855 |
local open Header in |
|
3856 |
val actions = |
|
3857 |
fn (i392,defaultPos,stack, |
|
47569
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
sultana
parents:
47360
diff
changeset
|
3858 |
(this_file_name):arg) => |
46844 | 3859 |
case (i392,stack) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3860 |
of ( 0, ( ( _, ( MlyValue.tptp_file tptp_file, tptp_file1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3861 |
tptp_file1right)) :: rest671)) => let val result = MlyValue.tptp ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3862 |
( tptp_file )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3863 |
in ( LrTable.NT 135, ( result, tptp_file1left, tptp_file1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3864 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3865 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3866 |
| ( 1, ( ( _, ( MlyValue.tptp_file tptp_file, _, tptp_file1right)) :: |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3867 |
( _, ( MlyValue.tptp_input tptp_input, tptp_input1left, _)) :: |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3868 |
rest671)) => let val result = MlyValue.tptp_file ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3869 |
( tptp_input :: tptp_file )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3870 |
in ( LrTable.NT 134, ( result, tptp_input1left, tptp_file1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3871 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3872 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3873 |
| ( 2, ( ( _, ( MlyValue.tptp_file tptp_file, _, tptp_file1right)) :: |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3874 |
( _, ( _, COMMENT1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3875 |
MlyValue.tptp_file (( tptp_file )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3876 |
in ( LrTable.NT 134, ( result, COMMENT1left, tptp_file1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3877 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3878 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3879 |
| ( 3, ( rest671)) => let val result = MlyValue.tptp_file (( [] )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3880 |
in ( LrTable.NT 134, ( result, defaultPos, defaultPos), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3881 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3882 |
| ( 4, ( ( _, ( MlyValue.annotated_formula annotated_formula, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3883 |
annotated_formula1left, annotated_formula1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3884 |
val result = MlyValue.tptp_input (( annotated_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3885 |
in ( LrTable.NT 133, ( result, annotated_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3886 |
annotated_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3887 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3888 |
| ( 5, ( ( _, ( MlyValue.include_ include_, include_1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3889 |
include_1right)) :: rest671)) => let val result = MlyValue.tptp_input |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3890 |
(( include_ )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3891 |
in ( LrTable.NT 133, ( result, include_1left, include_1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3892 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3893 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3894 |
| ( 6, ( ( _, ( MlyValue.thf_annotated thf_annotated, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3895 |
thf_annotated1left, thf_annotated1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3896 |
result = MlyValue.annotated_formula (( thf_annotated )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3897 |
in ( LrTable.NT 131, ( result, thf_annotated1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3898 |
thf_annotated1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3899 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3900 |
| ( 7, ( ( _, ( MlyValue.tff_annotated tff_annotated, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3901 |
tff_annotated1left, tff_annotated1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3902 |
result = MlyValue.annotated_formula (( tff_annotated )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3903 |
in ( LrTable.NT 131, ( result, tff_annotated1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3904 |
tff_annotated1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3905 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3906 |
| ( 8, ( ( _, ( MlyValue.fof_annotated fof_annotated, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3907 |
fof_annotated1left, fof_annotated1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3908 |
result = MlyValue.annotated_formula (( fof_annotated )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3909 |
in ( LrTable.NT 131, ( result, fof_annotated1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3910 |
fof_annotated1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3911 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3912 |
| ( 9, ( ( _, ( MlyValue.cnf_annotated cnf_annotated, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3913 |
cnf_annotated1left, cnf_annotated1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3914 |
result = MlyValue.annotated_formula (( cnf_annotated )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3915 |
in ( LrTable.NT 131, ( result, cnf_annotated1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3916 |
cnf_annotated1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3917 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3918 |
| ( 10, ( ( _, ( _, _, PERIOD1right)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3919 |
MlyValue.annotations annotations, _, _)) :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3920 |
MlyValue.thf_formula thf_formula, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3921 |
MlyValue.formula_role formula_role, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3922 |
MlyValue.name name, _, _)) :: _ :: ( _, ( _, (THFleft as THF1left), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3923 |
THFright)) :: rest671)) => let val result = MlyValue.thf_annotated ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3924 |
( |
47569
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
sultana
parents:
47360
diff
changeset
|
3925 |
Annotated_Formula ((this_file_name, THFleft + 1, THFright + 1), |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3926 |
THF, name, formula_role, thf_formula, annotations) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3927 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3928 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3929 |
in ( LrTable.NT 130, ( result, THF1left, PERIOD1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3930 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3931 |
| ( 11, ( ( _, ( _, _, PERIOD1right)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3932 |
MlyValue.annotations annotations, _, _)) :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3933 |
MlyValue.tff_formula tff_formula, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3934 |
MlyValue.formula_role formula_role, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3935 |
MlyValue.name name, _, _)) :: _ :: ( _, ( _, (TFFleft as TFF1left), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3936 |
TFFright)) :: rest671)) => let val result = MlyValue.tff_annotated ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3937 |
( |
47569
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
sultana
parents:
47360
diff
changeset
|
3938 |
Annotated_Formula ((this_file_name, TFFleft + 1, TFFright + 1), |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3939 |
TFF, name, formula_role, tff_formula, annotations) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3940 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3941 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3942 |
in ( LrTable.NT 129, ( result, TFF1left, PERIOD1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3943 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3944 |
| ( 12, ( ( _, ( _, _, PERIOD1right)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3945 |
MlyValue.annotations annotations, _, _)) :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3946 |
MlyValue.fof_formula fof_formula, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3947 |
MlyValue.formula_role formula_role, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3948 |
MlyValue.name name, _, _)) :: _ :: ( _, ( _, (FOFleft as FOF1left), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3949 |
FOFright)) :: rest671)) => let val result = MlyValue.fof_annotated ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3950 |
( |
47569
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
sultana
parents:
47360
diff
changeset
|
3951 |
Annotated_Formula ((this_file_name, FOFleft + 1, FOFright + 1), |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3952 |
FOF, name, formula_role, fof_formula, annotations) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3953 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3954 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3955 |
in ( LrTable.NT 128, ( result, FOF1left, PERIOD1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3956 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3957 |
| ( 13, ( ( _, ( _, _, PERIOD1right)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3958 |
MlyValue.annotations annotations, _, _)) :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3959 |
MlyValue.cnf_formula cnf_formula, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3960 |
MlyValue.formula_role formula_role, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3961 |
MlyValue.name name, _, _)) :: _ :: ( _, ( _, (CNFleft as CNF1left), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3962 |
CNFright)) :: rest671)) => let val result = MlyValue.cnf_annotated ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3963 |
( |
47569
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
sultana
parents:
47360
diff
changeset
|
3964 |
Annotated_Formula ((this_file_name, CNFleft + 1, CNFright + 1), |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3965 |
CNF, name, formula_role, cnf_formula, annotations) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3966 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3967 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3968 |
in ( LrTable.NT 127, ( result, CNF1left, PERIOD1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3969 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3970 |
| ( 14, ( ( _, ( MlyValue.optional_info optional_info, _, |
46844 | 3971 |
optional_info1right)) :: ( _, ( MlyValue.general_term general_term, _, |
3972 |
_)) :: ( _, ( _, COMMA1left, _)) :: rest671)) => let val result = |
|
3973 |
MlyValue.annotations (( SOME (general_term, optional_info) )) |
|
3974 |
in ( LrTable.NT 0, ( result, COMMA1left, optional_info1right), |
|
3975 |
rest671) |
|
3976 |
end |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3977 |
| ( 15, ( rest671)) => let val result = MlyValue.annotations ( |
46844 | 3978 |
( NONE )) |
3979 |
in ( LrTable.NT 0, ( result, defaultPos, defaultPos), rest671) |
|
3980 |
end |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3981 |
| ( 16, ( ( _, ( MlyValue.LOWER_WORD LOWER_WORD, LOWER_WORD1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3982 |
LOWER_WORD1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3983 |
MlyValue.formula_role (( classify_role LOWER_WORD )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3984 |
in ( LrTable.NT 126, ( result, LOWER_WORD1left, LOWER_WORD1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3985 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3986 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3987 |
| ( 17, ( ( _, ( MlyValue.thf_logic_formula thf_logic_formula, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3988 |
thf_logic_formula1left, thf_logic_formula1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3989 |
val result = MlyValue.thf_formula (( thf_logic_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3990 |
in ( LrTable.NT 125, ( result, thf_logic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3991 |
thf_logic_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3992 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3993 |
| ( 18, ( ( _, ( MlyValue.thf_sequent thf_sequent, thf_sequent1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3994 |
thf_sequent1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3995 |
MlyValue.thf_formula (( thf_sequent )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3996 |
in ( LrTable.NT 125, ( result, thf_sequent1left, thf_sequent1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3997 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3998 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
3999 |
| ( 19, ( ( _, ( MlyValue.thf_binary_formula thf_binary_formula, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4000 |
thf_binary_formula1left, thf_binary_formula1right)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4001 |
let val result = MlyValue.thf_logic_formula (( thf_binary_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4002 |
in ( LrTable.NT 124, ( result, thf_binary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4003 |
thf_binary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4004 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4005 |
| ( 20, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4006 |
thf_unitary_formula1left, thf_unitary_formula1right)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4007 |
let val result = MlyValue.thf_logic_formula (( thf_unitary_formula ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4008 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4009 |
in ( LrTable.NT 124, ( result, thf_unitary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4010 |
thf_unitary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4011 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4012 |
| ( 21, ( ( _, ( MlyValue.thf_type_formula thf_type_formula, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4013 |
thf_type_formula1left, thf_type_formula1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4014 |
val result = MlyValue.thf_logic_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4015 |
( THF_typing thf_type_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4016 |
in ( LrTable.NT 124, ( result, thf_type_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4017 |
thf_type_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4018 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4019 |
| ( 22, ( ( _, ( MlyValue.thf_subtype thf_subtype, thf_subtype1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4020 |
thf_subtype1right)) :: rest671)) => let val result = |
47360 | 4021 |
MlyValue.thf_logic_formula (( Type_fmla thf_subtype )) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4022 |
in ( LrTable.NT 124, ( result, thf_subtype1left, thf_subtype1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4023 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4024 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4025 |
| ( 23, ( ( _, ( MlyValue.thf_binary_pair thf_binary_pair, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4026 |
thf_binary_pair1left, thf_binary_pair1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4027 |
result = MlyValue.thf_binary_formula (( thf_binary_pair )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4028 |
in ( LrTable.NT 123, ( result, thf_binary_pair1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4029 |
thf_binary_pair1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4030 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4031 |
| ( 24, ( ( _, ( MlyValue.thf_binary_tuple thf_binary_tuple, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4032 |
thf_binary_tuple1left, thf_binary_tuple1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4033 |
val result = MlyValue.thf_binary_formula (( thf_binary_tuple )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4034 |
in ( LrTable.NT 123, ( result, thf_binary_tuple1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4035 |
thf_binary_tuple1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4036 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4037 |
| ( 25, ( ( _, ( MlyValue.thf_binary_type thf_binary_type, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4038 |
thf_binary_type1left, thf_binary_type1right)) :: rest671)) => let val |
47360 | 4039 |
result = MlyValue.thf_binary_formula (( Type_fmla thf_binary_type )) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4040 |
in ( LrTable.NT 123, ( result, thf_binary_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4041 |
thf_binary_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4042 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4043 |
| ( 26, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula2, _ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4044 |
, thf_unitary_formula2right)) :: ( _, ( MlyValue.thf_pair_connective |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4045 |
thf_pair_connective, _, _)) :: ( _, ( MlyValue.thf_unitary_formula |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4046 |
thf_unitary_formula1, thf_unitary_formula1left, _)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4047 |
let val result = MlyValue.thf_binary_pair ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4048 |
( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4049 |
Fmla (thf_pair_connective, [thf_unitary_formula1, thf_unitary_formula2]) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4050 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4051 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4052 |
in ( LrTable.NT 122, ( result, thf_unitary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4053 |
thf_unitary_formula2right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4054 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4055 |
| ( 27, ( ( _, ( MlyValue.thf_or_formula thf_or_formula, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4056 |
thf_or_formula1left, thf_or_formula1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4057 |
result = MlyValue.thf_binary_tuple (( thf_or_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4058 |
in ( LrTable.NT 121, ( result, thf_or_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4059 |
thf_or_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4060 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4061 |
| ( 28, ( ( _, ( MlyValue.thf_and_formula thf_and_formula, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4062 |
thf_and_formula1left, thf_and_formula1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4063 |
result = MlyValue.thf_binary_tuple (( thf_and_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4064 |
in ( LrTable.NT 121, ( result, thf_and_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4065 |
thf_and_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4066 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4067 |
| ( 29, ( ( _, ( MlyValue.thf_apply_formula thf_apply_formula, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4068 |
thf_apply_formula1left, thf_apply_formula1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4069 |
val result = MlyValue.thf_binary_tuple (( thf_apply_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4070 |
in ( LrTable.NT 121, ( result, thf_apply_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4071 |
thf_apply_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4072 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4073 |
| ( 30, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula2, _ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4074 |
, thf_unitary_formula2right)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4075 |
MlyValue.thf_unitary_formula thf_unitary_formula1, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4076 |
thf_unitary_formula1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4077 |
MlyValue.thf_or_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4078 |
( Fmla (Interpreted_Logic Or, [thf_unitary_formula1, thf_unitary_formula2]) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4079 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4080 |
in ( LrTable.NT 120, ( result, thf_unitary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4081 |
thf_unitary_formula2right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4082 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4083 |
| ( 31, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula, _, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4084 |
thf_unitary_formula1right)) :: _ :: ( _, ( MlyValue.thf_or_formula |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4085 |
thf_or_formula, thf_or_formula1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4086 |
result = MlyValue.thf_or_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4087 |
( Fmla (Interpreted_Logic Or, [thf_or_formula, thf_unitary_formula]) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4088 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4089 |
in ( LrTable.NT 120, ( result, thf_or_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4090 |
thf_unitary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4091 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4092 |
| ( 32, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula2, _ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4093 |
, thf_unitary_formula2right)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4094 |
MlyValue.thf_unitary_formula thf_unitary_formula1, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4095 |
thf_unitary_formula1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4096 |
MlyValue.thf_and_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4097 |
( Fmla (Interpreted_Logic And, [thf_unitary_formula1, thf_unitary_formula2]) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4098 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4099 |
in ( LrTable.NT 119, ( result, thf_unitary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4100 |
thf_unitary_formula2right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4101 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4102 |
| ( 33, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula, _, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4103 |
thf_unitary_formula1right)) :: _ :: ( _, ( MlyValue.thf_and_formula |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4104 |
thf_and_formula, thf_and_formula1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4105 |
result = MlyValue.thf_and_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4106 |
( Fmla (Interpreted_Logic And, [thf_and_formula, thf_unitary_formula]) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4107 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4108 |
in ( LrTable.NT 119, ( result, thf_and_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4109 |
thf_unitary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4110 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4111 |
| ( 34, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula2, _ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4112 |
, thf_unitary_formula2right)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4113 |
MlyValue.thf_unitary_formula thf_unitary_formula1, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4114 |
thf_unitary_formula1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4115 |
MlyValue.thf_apply_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4116 |
( Fmla (Interpreted_ExtraLogic Apply, [thf_unitary_formula1, thf_unitary_formula2]) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4117 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4118 |
in ( LrTable.NT 118, ( result, thf_unitary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4119 |
thf_unitary_formula2right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4120 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4121 |
| ( 35, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula, _, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4122 |
thf_unitary_formula1right)) :: _ :: ( _, ( MlyValue.thf_apply_formula |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4123 |
thf_apply_formula, thf_apply_formula1left, _)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4124 |
val result = MlyValue.thf_apply_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4125 |
( Fmla (Interpreted_ExtraLogic Apply, [thf_apply_formula, thf_unitary_formula]) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4126 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4127 |
in ( LrTable.NT 118, ( result, thf_apply_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4128 |
thf_unitary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4129 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4130 |
| ( 36, ( ( _, ( MlyValue.thf_quantified_formula |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4131 |
thf_quantified_formula, thf_quantified_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4132 |
thf_quantified_formula1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4133 |
MlyValue.thf_unitary_formula (( thf_quantified_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4134 |
in ( LrTable.NT 117, ( result, thf_quantified_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4135 |
thf_quantified_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4136 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4137 |
| ( 37, ( ( _, ( MlyValue.thf_unary_formula thf_unary_formula, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4138 |
thf_unary_formula1left, thf_unary_formula1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4139 |
val result = MlyValue.thf_unitary_formula (( thf_unary_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4140 |
in ( LrTable.NT 117, ( result, thf_unary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4141 |
thf_unary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4142 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4143 |
| ( 38, ( ( _, ( MlyValue.thf_atom thf_atom, thf_atom1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4144 |
thf_atom1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4145 |
MlyValue.thf_unitary_formula (( thf_atom )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4146 |
in ( LrTable.NT 117, ( result, thf_atom1left, thf_atom1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4147 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4148 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4149 |
| ( 39, ( ( _, ( MlyValue.thf_conditional thf_conditional, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4150 |
thf_conditional1left, thf_conditional1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4151 |
result = MlyValue.thf_unitary_formula (( thf_conditional )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4152 |
in ( LrTable.NT 117, ( result, thf_conditional1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4153 |
thf_conditional1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4154 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4155 |
| ( 40, ( ( _, ( MlyValue.thf_let thf_let, thf_let1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4156 |
thf_let1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4157 |
MlyValue.thf_unitary_formula (( thf_let )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4158 |
in ( LrTable.NT 117, ( result, thf_let1left, thf_let1right), rest671) |
46844 | 4159 |
|
4160 |
end |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4161 |
| ( 41, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4162 |
MlyValue.thf_logic_formula thf_logic_formula, _, _)) :: ( _, ( _, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4163 |
LPAREN1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4164 |
MlyValue.thf_unitary_formula (( thf_logic_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4165 |
in ( LrTable.NT 117, ( result, LPAREN1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4166 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4167 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4168 |
| ( 42, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula, _, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4169 |
thf_unitary_formula1right)) :: _ :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4170 |
MlyValue.thf_variable_list thf_variable_list, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4171 |
MlyValue.thf_quantifier thf_quantifier, thf_quantifier1left, _)) :: |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4172 |
rest671)) => let val result = MlyValue.thf_quantified_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4173 |
( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4174 |
Quant (thf_quantifier, thf_variable_list, thf_unitary_formula) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4175 |
)) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4176 |
in ( LrTable.NT 116, ( result, thf_quantifier1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4177 |
thf_unitary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4178 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4179 |
| ( 43, ( ( _, ( MlyValue.thf_variable thf_variable, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4180 |
thf_variable1left, thf_variable1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4181 |
result = MlyValue.thf_variable_list (( [thf_variable] )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4182 |
in ( LrTable.NT 115, ( result, thf_variable1left, thf_variable1right) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4183 |
, rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4184 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4185 |
| ( 44, ( ( _, ( MlyValue.thf_variable_list thf_variable_list, _, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4186 |
thf_variable_list1right)) :: _ :: ( _, ( MlyValue.thf_variable |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4187 |
thf_variable, thf_variable1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4188 |
MlyValue.thf_variable_list (( thf_variable :: thf_variable_list )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4189 |
in ( LrTable.NT 115, ( result, thf_variable1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4190 |
thf_variable_list1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4191 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4192 |
| ( 45, ( ( _, ( MlyValue.thf_typed_variable thf_typed_variable, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4193 |
thf_typed_variable1left, thf_typed_variable1right)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4194 |
let val result = MlyValue.thf_variable (( thf_typed_variable )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4195 |
in ( LrTable.NT 114, ( result, thf_typed_variable1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4196 |
thf_typed_variable1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4197 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4198 |
| ( 46, ( ( _, ( MlyValue.variable_ variable_, variable_1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4199 |
variable_1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4200 |
MlyValue.thf_variable (( (variable_, NONE) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4201 |
in ( LrTable.NT 114, ( result, variable_1left, variable_1right), |
46844 | 4202 |
rest671) |
4203 |
end |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4204 |
| ( 47, ( ( _, ( MlyValue.thf_top_level_type thf_top_level_type, _, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4205 |
thf_top_level_type1right)) :: _ :: ( _, ( MlyValue.variable_ variable_ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4206 |
, variable_1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4207 |
MlyValue.thf_typed_variable (( (variable_, SOME thf_top_level_type) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4208 |
in ( LrTable.NT 113, ( result, variable_1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4209 |
thf_top_level_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4210 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4211 |
| ( 48, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4212 |
MlyValue.thf_logic_formula thf_logic_formula, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4213 |
MlyValue.thf_unary_connective thf_unary_connective, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4214 |
thf_unary_connective1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4215 |
MlyValue.thf_unary_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4216 |
( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4217 |
Fmla (thf_unary_connective, [thf_logic_formula]) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4218 |
)) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4219 |
in ( LrTable.NT 112, ( result, thf_unary_connective1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4220 |
RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4221 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4222 |
| ( 49, ( ( _, ( MlyValue.term term, term1left, term1right)) :: |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4223 |
rest671)) => let val result = MlyValue.thf_atom ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4224 |
( Atom (THF_Atom_term term) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4225 |
in ( LrTable.NT 102, ( result, term1left, term1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4226 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4227 |
| ( 50, ( ( _, ( MlyValue.thf_conn_term thf_conn_term, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4228 |
thf_conn_term1left, thf_conn_term1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4229 |
result = MlyValue.thf_atom ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4230 |
( Atom (THF_Atom_conn_term thf_conn_term) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4231 |
in ( LrTable.NT 102, ( result, thf_conn_term1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4232 |
thf_conn_term1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4233 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4234 |
| ( 51, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4235 |
MlyValue.thf_logic_formula thf_logic_formula3, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4236 |
MlyValue.thf_logic_formula thf_logic_formula2, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4237 |
MlyValue.thf_logic_formula thf_logic_formula1, _, _)) :: _ :: ( _, ( _ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4238 |
, ITE_F1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4239 |
MlyValue.thf_conditional ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4240 |
( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4241 |
Conditional (thf_logic_formula1, thf_logic_formula2, thf_logic_formula3) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4242 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4243 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4244 |
in ( LrTable.NT 100, ( result, ITE_F1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4245 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4246 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4247 |
| ( 52, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.thf_formula |
53394 | 4248 |
thf_formula, _, _)) :: _ :: ( _, ( MlyValue.thf_let_term_defn |
4249 |
thf_let_term_defn, _, _)) :: _ :: ( _, ( _, LET_TF1left, _)) :: |
|
4250 |
rest671)) => let val result = MlyValue.thf_let ( |
|
4251 |
( Let (thf_let_term_defn, thf_formula) )) |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4252 |
in ( LrTable.NT 101, ( result, LET_TF1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4253 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4254 |
end |
53394 | 4255 |
| ( 53, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.thf_formula |
4256 |
thf_formula, _, _)) :: _ :: ( _, ( MlyValue.thf_let_formula_defn |
|
4257 |
thf_let_formula_defn, _, _)) :: _ :: ( _, ( _, LET_FF1left, _)) :: |
|
4258 |
rest671)) => let val result = MlyValue.thf_let ( |
|
4259 |
( Let (thf_let_formula_defn, thf_formula) )) |
|
4260 |
in ( LrTable.NT 101, ( result, LET_FF1left, RPAREN1right), rest671) |
|
4261 |
||
4262 |
end |
|
4263 |
| ( 54, ( ( _, ( MlyValue.thf_quantified_formula |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4264 |
thf_quantified_formula, thf_quantified_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4265 |
thf_quantified_formula1right)) :: rest671)) => let val result = |
53394 | 4266 |
MlyValue.thf_let_term_defn ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4267 |
( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4268 |
let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4269 |
val (_, vars, fmla) = extract_quant_info thf_quantified_formula |
53394 | 4270 |
in Let_fmla (vars, fmla) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4271 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4272 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4273 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4274 |
in ( LrTable.NT 136, ( result, thf_quantified_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4275 |
thf_quantified_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4276 |
end |
53394 | 4277 |
| ( 55, ( ( _, ( MlyValue.thf_quantified_formula |
4278 |
thf_quantified_formula, thf_quantified_formula1left, |
|
4279 |
thf_quantified_formula1right)) :: rest671)) => let val result = |
|
4280 |
MlyValue.thf_let_formula_defn ( |
|
4281 |
( |
|
4282 |
let |
|
4283 |
val (_, vars, fmla) = extract_quant_info thf_quantified_formula |
|
4284 |
in Let_fmla (vars, fmla) |
|
4285 |
end |
|
4286 |
) |
|
4287 |
) |
|
4288 |
in ( LrTable.NT 137, ( result, thf_quantified_formula1left, |
|
4289 |
thf_quantified_formula1right), rest671) |
|
4290 |
end |
|
4291 |
| ( 56, ( ( _, ( MlyValue.thf_top_level_type thf_top_level_type, _, |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4292 |
thf_top_level_type1right)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4293 |
MlyValue.thf_typeable_formula thf_typeable_formula, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4294 |
thf_typeable_formula1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4295 |
MlyValue.thf_type_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4296 |
( (thf_typeable_formula, thf_top_level_type) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4297 |
in ( LrTable.NT 111, ( result, thf_typeable_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4298 |
thf_top_level_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4299 |
end |
53394 | 4300 |
| ( 57, ( ( _, ( MlyValue.thf_atom thf_atom, thf_atom1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4301 |
thf_atom1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4302 |
MlyValue.thf_typeable_formula (( thf_atom )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4303 |
in ( LrTable.NT 110, ( result, thf_atom1left, thf_atom1right), |
46844 | 4304 |
rest671) |
4305 |
end |
|
53394 | 4306 |
| ( 58, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4307 |
MlyValue.thf_logic_formula thf_logic_formula, _, _)) :: ( _, ( _, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4308 |
LPAREN1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4309 |
MlyValue.thf_typeable_formula (( thf_logic_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4310 |
in ( LrTable.NT 110, ( result, LPAREN1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4311 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4312 |
end |
53394 | 4313 |
| ( 59, ( ( _, ( MlyValue.constant constant2, _, constant2right)) :: |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4314 |
_ :: ( _, ( MlyValue.constant constant1, constant1left, _)) :: |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4315 |
rest671)) => let val result = MlyValue.thf_subtype ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4316 |
( Subtype(constant1, constant2) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4317 |
in ( LrTable.NT 109, ( result, constant1left, constant2right), |
46844 | 4318 |
rest671) |
4319 |
end |
|
53394 | 4320 |
| ( 60, ( ( _, ( MlyValue.thf_logic_formula thf_logic_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4321 |
thf_logic_formula1left, thf_logic_formula1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4322 |
val result = MlyValue.thf_top_level_type ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4323 |
( Fmla_type thf_logic_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4324 |
in ( LrTable.NT 108, ( result, thf_logic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4325 |
thf_logic_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4326 |
end |
53394 | 4327 |
| ( 61, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4328 |
thf_unitary_formula1left, thf_unitary_formula1right)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4329 |
let val result = MlyValue.thf_unitary_type ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4330 |
( Fmla_type thf_unitary_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4331 |
in ( LrTable.NT 107, ( result, thf_unitary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4332 |
thf_unitary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4333 |
end |
53394 | 4334 |
| ( 62, ( ( _, ( MlyValue.thf_mapping_type thf_mapping_type, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4335 |
thf_mapping_type1left, thf_mapping_type1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4336 |
val result = MlyValue.thf_binary_type (( thf_mapping_type )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4337 |
in ( LrTable.NT 106, ( result, thf_mapping_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4338 |
thf_mapping_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4339 |
end |
53394 | 4340 |
| ( 63, ( ( _, ( MlyValue.thf_xprod_type thf_xprod_type, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4341 |
thf_xprod_type1left, thf_xprod_type1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4342 |
result = MlyValue.thf_binary_type (( thf_xprod_type )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4343 |
in ( LrTable.NT 106, ( result, thf_xprod_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4344 |
thf_xprod_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4345 |
end |
53394 | 4346 |
| ( 64, ( ( _, ( MlyValue.thf_union_type thf_union_type, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4347 |
thf_union_type1left, thf_union_type1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4348 |
result = MlyValue.thf_binary_type (( thf_union_type )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4349 |
in ( LrTable.NT 106, ( result, thf_union_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4350 |
thf_union_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4351 |
end |
53394 | 4352 |
| ( 65, ( ( _, ( MlyValue.thf_unitary_type thf_unitary_type2, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4353 |
thf_unitary_type2right)) :: _ :: ( _, ( MlyValue.thf_unitary_type |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4354 |
thf_unitary_type1, thf_unitary_type1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4355 |
result = MlyValue.thf_mapping_type ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4356 |
( Fn_type(thf_unitary_type1, thf_unitary_type2) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4357 |
in ( LrTable.NT 105, ( result, thf_unitary_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4358 |
thf_unitary_type2right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4359 |
end |
53394 | 4360 |
| ( 66, ( ( _, ( MlyValue.thf_mapping_type thf_mapping_type, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4361 |
thf_mapping_type1right)) :: _ :: ( _, ( MlyValue.thf_unitary_type |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4362 |
thf_unitary_type, thf_unitary_type1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4363 |
result = MlyValue.thf_mapping_type ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4364 |
( Fn_type(thf_unitary_type, thf_mapping_type) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4365 |
in ( LrTable.NT 105, ( result, thf_unitary_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4366 |
thf_mapping_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4367 |
end |
53394 | 4368 |
| ( 67, ( ( _, ( MlyValue.thf_unitary_type thf_unitary_type2, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4369 |
thf_unitary_type2right)) :: _ :: ( _, ( MlyValue.thf_unitary_type |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4370 |
thf_unitary_type1, thf_unitary_type1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4371 |
result = MlyValue.thf_xprod_type ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4372 |
( Prod_type(thf_unitary_type1, thf_unitary_type2) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4373 |
in ( LrTable.NT 104, ( result, thf_unitary_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4374 |
thf_unitary_type2right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4375 |
end |
53394 | 4376 |
| ( 68, ( ( _, ( MlyValue.thf_unitary_type thf_unitary_type, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4377 |
thf_unitary_type1right)) :: _ :: ( _, ( MlyValue.thf_xprod_type |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4378 |
thf_xprod_type, thf_xprod_type1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4379 |
result = MlyValue.thf_xprod_type ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4380 |
( Prod_type(thf_xprod_type, thf_unitary_type) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4381 |
in ( LrTable.NT 104, ( result, thf_xprod_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4382 |
thf_unitary_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4383 |
end |
53394 | 4384 |
| ( 69, ( ( _, ( MlyValue.thf_unitary_type thf_unitary_type2, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4385 |
thf_unitary_type2right)) :: _ :: ( _, ( MlyValue.thf_unitary_type |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4386 |
thf_unitary_type1, thf_unitary_type1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4387 |
result = MlyValue.thf_union_type ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4388 |
( Sum_type(thf_unitary_type1, thf_unitary_type2) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4389 |
in ( LrTable.NT 103, ( result, thf_unitary_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4390 |
thf_unitary_type2right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4391 |
end |
53394 | 4392 |
| ( 70, ( ( _, ( MlyValue.thf_unitary_type thf_unitary_type, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4393 |
thf_unitary_type1right)) :: _ :: ( _, ( MlyValue.thf_union_type |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4394 |
thf_union_type, thf_union_type1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4395 |
result = MlyValue.thf_union_type ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4396 |
( Sum_type(thf_union_type, thf_unitary_type) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4397 |
in ( LrTable.NT 103, ( result, thf_union_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4398 |
thf_unitary_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4399 |
end |
53394 | 4400 |
| ( 71, ( ( _, ( MlyValue.thf_tuple thf_tuple2, _, thf_tuple2right)) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4401 |
:: _ :: ( _, ( MlyValue.thf_tuple thf_tuple1, thf_tuple1left, _)) :: |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4402 |
rest671)) => let val result = MlyValue.thf_sequent ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4403 |
( Sequent(thf_tuple1, thf_tuple2) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4404 |
in ( LrTable.NT 99, ( result, thf_tuple1left, thf_tuple2right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4405 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4406 |
end |
53394 | 4407 |
| ( 72, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.thf_sequent |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4408 |
thf_sequent, _, _)) :: ( _, ( _, LPAREN1left, _)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4409 |
val result = MlyValue.thf_sequent (( thf_sequent )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4410 |
in ( LrTable.NT 99, ( result, LPAREN1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4411 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4412 |
end |
53394 | 4413 |
| ( 73, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( _, LBRKT1left, _)) :: |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4414 |
rest671)) => let val result = MlyValue.thf_tuple (( [] )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4415 |
in ( LrTable.NT 97, ( result, LBRKT1left, RBRKT1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4416 |
end |
53394 | 4417 |
| ( 74, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4418 |
MlyValue.thf_tuple_list thf_tuple_list, _, _)) :: ( _, ( _, LBRKT1left |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4419 |
, _)) :: rest671)) => let val result = MlyValue.thf_tuple ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4420 |
( thf_tuple_list )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4421 |
in ( LrTable.NT 97, ( result, LBRKT1left, RBRKT1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4422 |
end |
53394 | 4423 |
| ( 75, ( ( _, ( MlyValue.thf_logic_formula thf_logic_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4424 |
thf_logic_formula1left, thf_logic_formula1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4425 |
val result = MlyValue.thf_tuple_list (( [thf_logic_formula] )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4426 |
in ( LrTable.NT 98, ( result, thf_logic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4427 |
thf_logic_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4428 |
end |
53394 | 4429 |
| ( 76, ( ( _, ( MlyValue.thf_tuple_list thf_tuple_list, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4430 |
thf_tuple_list1right)) :: _ :: ( _, ( MlyValue.thf_logic_formula |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4431 |
thf_logic_formula, thf_logic_formula1left, _)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4432 |
val result = MlyValue.thf_tuple_list ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4433 |
( thf_logic_formula :: thf_tuple_list )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4434 |
in ( LrTable.NT 98, ( result, thf_logic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4435 |
thf_tuple_list1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4436 |
end |
53394 | 4437 |
| ( 77, ( ( _, ( MlyValue.tff_logic_formula tff_logic_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4438 |
tff_logic_formula1left, tff_logic_formula1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4439 |
val result = MlyValue.tff_formula (( tff_logic_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4440 |
in ( LrTable.NT 96, ( result, tff_logic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4441 |
tff_logic_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4442 |
end |
53394 | 4443 |
| ( 78, ( ( _, ( MlyValue.tff_typed_atom tff_typed_atom, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4444 |
tff_typed_atom1left, tff_typed_atom1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4445 |
result = MlyValue.tff_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4446 |
( Atom (TFF_Typed_Atom tff_typed_atom) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4447 |
in ( LrTable.NT 96, ( result, tff_typed_atom1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4448 |
tff_typed_atom1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4449 |
end |
53394 | 4450 |
| ( 79, ( ( _, ( MlyValue.tff_sequent tff_sequent, tff_sequent1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4451 |
tff_sequent1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4452 |
MlyValue.tff_formula (( tff_sequent )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4453 |
in ( LrTable.NT 96, ( result, tff_sequent1left, tff_sequent1right), |
46844 | 4454 |
rest671) |
4455 |
end |
|
53394 | 4456 |
| ( 80, ( ( _, ( MlyValue.tff_binary_formula tff_binary_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4457 |
tff_binary_formula1left, tff_binary_formula1right)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4458 |
let val result = MlyValue.tff_logic_formula (( tff_binary_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4459 |
in ( LrTable.NT 95, ( result, tff_binary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4460 |
tff_binary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4461 |
end |
53394 | 4462 |
| ( 81, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4463 |
tff_unitary_formula1left, tff_unitary_formula1right)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4464 |
let val result = MlyValue.tff_logic_formula (( tff_unitary_formula ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4465 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4466 |
in ( LrTable.NT 95, ( result, tff_unitary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4467 |
tff_unitary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4468 |
end |
53394 | 4469 |
| ( 82, ( ( _, ( MlyValue.tff_binary_nonassoc tff_binary_nonassoc, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4470 |
tff_binary_nonassoc1left, tff_binary_nonassoc1right)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4471 |
let val result = MlyValue.tff_binary_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4472 |
( tff_binary_nonassoc )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4473 |
in ( LrTable.NT 94, ( result, tff_binary_nonassoc1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4474 |
tff_binary_nonassoc1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4475 |
end |
53394 | 4476 |
| ( 83, ( ( _, ( MlyValue.tff_binary_assoc tff_binary_assoc, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4477 |
tff_binary_assoc1left, tff_binary_assoc1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4478 |
val result = MlyValue.tff_binary_formula (( tff_binary_assoc )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4479 |
in ( LrTable.NT 94, ( result, tff_binary_assoc1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4480 |
tff_binary_assoc1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4481 |
end |
53394 | 4482 |
| ( 84, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula2, _ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4483 |
, tff_unitary_formula2right)) :: ( _, ( MlyValue.binary_connective |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4484 |
binary_connective, _, _)) :: ( _, ( MlyValue.tff_unitary_formula |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4485 |
tff_unitary_formula1, tff_unitary_formula1left, _)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4486 |
let val result = MlyValue.tff_binary_nonassoc ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4487 |
( Fmla (binary_connective, [tff_unitary_formula1, tff_unitary_formula2]) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4488 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4489 |
in ( LrTable.NT 93, ( result, tff_unitary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4490 |
tff_unitary_formula2right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4491 |
end |
53394 | 4492 |
| ( 85, ( ( _, ( MlyValue.tff_or_formula tff_or_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4493 |
tff_or_formula1left, tff_or_formula1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4494 |
result = MlyValue.tff_binary_assoc (( tff_or_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4495 |
in ( LrTable.NT 92, ( result, tff_or_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4496 |
tff_or_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4497 |
end |
53394 | 4498 |
| ( 86, ( ( _, ( MlyValue.tff_and_formula tff_and_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4499 |
tff_and_formula1left, tff_and_formula1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4500 |
result = MlyValue.tff_binary_assoc (( tff_and_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4501 |
in ( LrTable.NT 92, ( result, tff_and_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4502 |
tff_and_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4503 |
end |
53394 | 4504 |
| ( 87, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula2, _ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4505 |
, tff_unitary_formula2right)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4506 |
MlyValue.tff_unitary_formula tff_unitary_formula1, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4507 |
tff_unitary_formula1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4508 |
MlyValue.tff_or_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4509 |
( Fmla (Interpreted_Logic Or, [tff_unitary_formula1, tff_unitary_formula2]) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4510 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4511 |
in ( LrTable.NT 91, ( result, tff_unitary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4512 |
tff_unitary_formula2right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4513 |
end |
53394 | 4514 |
| ( 88, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4515 |
tff_unitary_formula1right)) :: _ :: ( _, ( MlyValue.tff_or_formula |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4516 |
tff_or_formula, tff_or_formula1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4517 |
result = MlyValue.tff_or_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4518 |
( Fmla (Interpreted_Logic Or, [tff_or_formula, tff_unitary_formula]) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4519 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4520 |
in ( LrTable.NT 91, ( result, tff_or_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4521 |
tff_unitary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4522 |
end |
53394 | 4523 |
| ( 89, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula2, _ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4524 |
, tff_unitary_formula2right)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4525 |
MlyValue.tff_unitary_formula tff_unitary_formula1, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4526 |
tff_unitary_formula1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4527 |
MlyValue.tff_and_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4528 |
( Fmla (Interpreted_Logic And, [tff_unitary_formula1, tff_unitary_formula2]) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4529 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4530 |
in ( LrTable.NT 90, ( result, tff_unitary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4531 |
tff_unitary_formula2right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4532 |
end |
53394 | 4533 |
| ( 90, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4534 |
tff_unitary_formula1right)) :: _ :: ( _, ( MlyValue.tff_and_formula |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4535 |
tff_and_formula, tff_and_formula1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4536 |
result = MlyValue.tff_and_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4537 |
( Fmla (Interpreted_Logic And, [tff_and_formula, tff_unitary_formula]) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4538 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4539 |
in ( LrTable.NT 90, ( result, tff_and_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4540 |
tff_unitary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4541 |
end |
53394 | 4542 |
| ( 91, ( ( _, ( MlyValue.tff_quantified_formula |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4543 |
tff_quantified_formula, tff_quantified_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4544 |
tff_quantified_formula1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4545 |
MlyValue.tff_unitary_formula (( tff_quantified_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4546 |
in ( LrTable.NT 89, ( result, tff_quantified_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4547 |
tff_quantified_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4548 |
end |
53394 | 4549 |
| ( 92, ( ( _, ( MlyValue.tff_unary_formula tff_unary_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4550 |
tff_unary_formula1left, tff_unary_formula1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4551 |
val result = MlyValue.tff_unitary_formula (( tff_unary_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4552 |
in ( LrTable.NT 89, ( result, tff_unary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4553 |
tff_unary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4554 |
end |
53394 | 4555 |
| ( 93, ( ( _, ( MlyValue.atomic_formula atomic_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4556 |
atomic_formula1left, atomic_formula1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4557 |
result = MlyValue.tff_unitary_formula (( atomic_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4558 |
in ( LrTable.NT 89, ( result, atomic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4559 |
atomic_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4560 |
end |
53394 | 4561 |
| ( 94, ( ( _, ( MlyValue.tff_conditional tff_conditional, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4562 |
tff_conditional1left, tff_conditional1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4563 |
result = MlyValue.tff_unitary_formula (( tff_conditional )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4564 |
in ( LrTable.NT 89, ( result, tff_conditional1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4565 |
tff_conditional1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4566 |
end |
53394 | 4567 |
| ( 95, ( ( _, ( MlyValue.tff_let tff_let, tff_let1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4568 |
tff_let1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4569 |
MlyValue.tff_unitary_formula (( tff_let )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4570 |
in ( LrTable.NT 89, ( result, tff_let1left, tff_let1right), rest671) |
46844 | 4571 |
|
4572 |
end |
|
53394 | 4573 |
| ( 96, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4574 |
MlyValue.tff_logic_formula tff_logic_formula, _, _)) :: ( _, ( _, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4575 |
LPAREN1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4576 |
MlyValue.tff_unitary_formula (( tff_logic_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4577 |
in ( LrTable.NT 89, ( result, LPAREN1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4578 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4579 |
end |
53394 | 4580 |
| ( 97, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4581 |
tff_unitary_formula1right)) :: _ :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4582 |
MlyValue.tff_variable_list tff_variable_list, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4583 |
MlyValue.fol_quantifier fol_quantifier, fol_quantifier1left, _)) :: |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4584 |
rest671)) => let val result = MlyValue.tff_quantified_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4585 |
( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4586 |
Quant (fol_quantifier, tff_variable_list, tff_unitary_formula) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4587 |
)) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4588 |
in ( LrTable.NT 88, ( result, fol_quantifier1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4589 |
tff_unitary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4590 |
end |
53394 | 4591 |
| ( 98, ( ( _, ( MlyValue.tff_variable tff_variable, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4592 |
tff_variable1left, tff_variable1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4593 |
result = MlyValue.tff_variable_list (( [tff_variable] )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4594 |
in ( LrTable.NT 87, ( result, tff_variable1left, tff_variable1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4595 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4596 |
end |
53394 | 4597 |
| ( 99, ( ( _, ( MlyValue.tff_variable_list tff_variable_list, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4598 |
tff_variable_list1right)) :: _ :: ( _, ( MlyValue.tff_variable |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4599 |
tff_variable, tff_variable1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4600 |
MlyValue.tff_variable_list (( tff_variable :: tff_variable_list )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4601 |
in ( LrTable.NT 87, ( result, tff_variable1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4602 |
tff_variable_list1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4603 |
end |
53394 | 4604 |
| ( 100, ( ( _, ( MlyValue.tff_typed_variable tff_typed_variable, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4605 |
tff_typed_variable1left, tff_typed_variable1right)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4606 |
let val result = MlyValue.tff_variable (( tff_typed_variable )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4607 |
in ( LrTable.NT 86, ( result, tff_typed_variable1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4608 |
tff_typed_variable1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4609 |
end |
53394 | 4610 |
| ( 101, ( ( _, ( MlyValue.variable_ variable_, variable_1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4611 |
variable_1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4612 |
MlyValue.tff_variable (( (variable_, NONE) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4613 |
in ( LrTable.NT 86, ( result, variable_1left, variable_1right), |
46844 | 4614 |
rest671) |
4615 |
end |
|
53394 | 4616 |
| ( 102, ( ( _, ( MlyValue.tff_atomic_type tff_atomic_type, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4617 |
tff_atomic_type1right)) :: _ :: ( _, ( MlyValue.variable_ variable_, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4618 |
variable_1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4619 |
MlyValue.tff_typed_variable (( (variable_, SOME tff_atomic_type) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4620 |
in ( LrTable.NT 85, ( result, variable_1left, tff_atomic_type1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4621 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4622 |
end |
53394 | 4623 |
| ( 103, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula, _ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4624 |
, tff_unitary_formula1right)) :: ( _, ( MlyValue.unary_connective |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4625 |
unary_connective, unary_connective1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4626 |
result = MlyValue.tff_unary_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4627 |
( Fmla (unary_connective, [tff_unitary_formula]) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4628 |
in ( LrTable.NT 84, ( result, unary_connective1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4629 |
tff_unitary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4630 |
end |
53394 | 4631 |
| ( 104, ( ( _, ( MlyValue.fol_infix_unary fol_infix_unary, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4632 |
fol_infix_unary1left, fol_infix_unary1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4633 |
result = MlyValue.tff_unary_formula (( fol_infix_unary )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4634 |
in ( LrTable.NT 84, ( result, fol_infix_unary1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4635 |
fol_infix_unary1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4636 |
end |
53394 | 4637 |
| ( 105, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4638 |
MlyValue.tff_logic_formula tff_logic_formula3, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4639 |
MlyValue.tff_logic_formula tff_logic_formula2, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4640 |
MlyValue.tff_logic_formula tff_logic_formula1, _, _)) :: _ :: ( _, ( _ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4641 |
, ITE_F1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4642 |
MlyValue.tff_conditional ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4643 |
( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4644 |
Conditional (tff_logic_formula1, tff_logic_formula2, tff_logic_formula3) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4645 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4646 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4647 |
in ( LrTable.NT 76, ( result, ITE_F1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4648 |
end |
53394 | 4649 |
| ( 106, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.tff_formula |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4650 |
tff_formula, _, _)) :: _ :: ( _, ( MlyValue.tff_let_term_defn |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4651 |
tff_let_term_defn, _, _)) :: _ :: ( _, ( _, LET_TF1left, _)) :: |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4652 |
rest671)) => let val result = MlyValue.tff_let ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4653 |
(Let (tff_let_term_defn, tff_formula) )) |
53394 | 4654 |
in ( LrTable.NT 138, ( result, LET_TF1left, RPAREN1right), rest671) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4655 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4656 |
end |
53394 | 4657 |
| ( 107, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.tff_formula |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4658 |
tff_formula, _, _)) :: _ :: ( _, ( MlyValue.tff_let_formula_defn |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4659 |
tff_let_formula_defn, _, _)) :: _ :: ( _, ( _, LET_FF1left, _)) :: |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4660 |
rest671)) => let val result = MlyValue.tff_let ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4661 |
( Let (tff_let_formula_defn, tff_formula) )) |
53394 | 4662 |
in ( LrTable.NT 138, ( result, LET_FF1left, RPAREN1right), rest671) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4663 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4664 |
end |
53394 | 4665 |
| ( 108, ( ( _, ( MlyValue.tff_let_term_binding tff_let_term_binding, |
4666 |
_, tff_let_term_binding1right)) :: _ :: _ :: ( _, ( |
|
4667 |
MlyValue.tff_variable_list tff_variable_list, _, _)) :: _ :: ( _, ( _, |
|
4668 |
EXCLAMATION1left, _)) :: rest671)) => let val result = |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4669 |
MlyValue.tff_let_term_defn ( |
53394 | 4670 |
( Let_term (tff_variable_list, tff_let_term_binding) )) |
4671 |
in ( LrTable.NT 139, ( result, EXCLAMATION1left, |
|
4672 |
tff_let_term_binding1right), rest671) |
|
4673 |
end |
|
4674 |
| ( 109, ( ( _, ( MlyValue.tff_let_term_binding tff_let_term_binding, |
|
4675 |
tff_let_term_binding1left, tff_let_term_binding1right)) :: rest671)) |
|
4676 |
=> let val result = MlyValue.tff_let_term_defn ( |
|
4677 |
( Let_term ([], tff_let_term_binding) )) |
|
4678 |
in ( LrTable.NT 139, ( result, tff_let_term_binding1left, |
|
4679 |
tff_let_term_binding1right), rest671) |
|
4680 |
end |
|
4681 |
| ( 110, ( ( _, ( MlyValue.term term2, _, term2right)) :: _ :: ( _, ( |
|
4682 |
MlyValue.term term1, term1left, _)) :: rest671)) => let val result = |
|
4683 |
MlyValue.tff_let_term_binding ( |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4684 |
( Term_Func (Interpreted_ExtraLogic Apply, [term1, term2]) )) |
53394 | 4685 |
in ( LrTable.NT 140, ( result, term1left, term2right), rest671) |
4686 |
end |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4687 |
| ( 111, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4688 |
MlyValue.tff_let_term_binding tff_let_term_binding, _, _)) :: ( _, ( _ |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4689 |
, LPAREN1left, _)) :: rest671)) => let val result = |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4690 |
MlyValue.tff_let_term_binding (( tff_let_term_binding )) |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4691 |
in ( LrTable.NT 140, ( result, LPAREN1left, RPAREN1right), rest671) |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4692 |
|
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4693 |
end |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4694 |
| ( 112, ( ( _, ( MlyValue.tff_let_formula_binding |
53394 | 4695 |
tff_let_formula_binding, _, tff_let_formula_binding1right)) :: _ :: _ |
4696 |
:: ( _, ( MlyValue.tff_variable_list tff_variable_list, _, _)) :: _ |
|
4697 |
:: ( _, ( _, EXCLAMATION1left, _)) :: rest671)) => let val result = |
|
4698 |
MlyValue.tff_let_formula_defn ( |
|
4699 |
( Let_fmla (tff_variable_list, tff_let_formula_binding) )) |
|
4700 |
in ( LrTable.NT 141, ( result, EXCLAMATION1left, |
|
4701 |
tff_let_formula_binding1right), rest671) |
|
4702 |
end |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4703 |
| ( 113, ( ( _, ( MlyValue.tff_let_formula_binding |
53394 | 4704 |
tff_let_formula_binding, tff_let_formula_binding1left, |
4705 |
tff_let_formula_binding1right)) :: rest671)) => let val result = |
|
4706 |
MlyValue.tff_let_formula_defn ( |
|
4707 |
( Let_fmla ([], tff_let_formula_binding) )) |
|
4708 |
in ( LrTable.NT 141, ( result, tff_let_formula_binding1left, |
|
4709 |
tff_let_formula_binding1right), rest671) |
|
4710 |
end |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4711 |
| ( 114, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula, _ |
53394 | 4712 |
, tff_unitary_formula1right)) :: _ :: ( _, ( MlyValue.atomic_formula |
4713 |
atomic_formula, atomic_formula1left, _)) :: rest671)) => let val |
|
4714 |
result = MlyValue.tff_let_formula_binding ( |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4715 |
( Fmla (Interpreted_Logic Iff, [atomic_formula, tff_unitary_formula]) ) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4716 |
) |
53394 | 4717 |
in ( LrTable.NT 142, ( result, atomic_formula1left, |
4718 |
tff_unitary_formula1right), rest671) |
|
4719 |
end |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4720 |
| ( 115, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4721 |
MlyValue.tff_let_formula_binding tff_let_formula_binding, _, _)) :: ( |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4722 |
_, ( _, LPAREN1left, _)) :: rest671)) => let val result = |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4723 |
MlyValue.tff_let_formula_binding (( tff_let_formula_binding )) |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4724 |
in ( LrTable.NT 142, ( result, LPAREN1left, RPAREN1right), rest671) |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4725 |
|
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4726 |
end |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4727 |
| ( 116, ( ( _, ( MlyValue.tff_tuple tff_tuple2, _, tff_tuple2right)) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4728 |
:: _ :: ( _, ( MlyValue.tff_tuple tff_tuple1, tff_tuple1left, _)) :: |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4729 |
rest671)) => let val result = MlyValue.tff_sequent ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4730 |
( Sequent (tff_tuple1, tff_tuple2) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4731 |
in ( LrTable.NT 75, ( result, tff_tuple1left, tff_tuple2right), |
46844 | 4732 |
rest671) |
4733 |
end |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4734 |
| ( 117, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.tff_sequent |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4735 |
tff_sequent, _, _)) :: ( _, ( _, LPAREN1left, _)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4736 |
val result = MlyValue.tff_sequent (( tff_sequent )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4737 |
in ( LrTable.NT 75, ( result, LPAREN1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4738 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4739 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4740 |
| ( 118, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( _, LBRKT1left, _)) :: |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4741 |
rest671)) => let val result = MlyValue.tff_tuple (( [] )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4742 |
in ( LrTable.NT 73, ( result, LBRKT1left, RBRKT1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4743 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4744 |
| ( 119, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4745 |
MlyValue.tff_tuple_list tff_tuple_list, _, _)) :: ( _, ( _, LBRKT1left |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4746 |
, _)) :: rest671)) => let val result = MlyValue.tff_tuple ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4747 |
( tff_tuple_list )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4748 |
in ( LrTable.NT 73, ( result, LBRKT1left, RBRKT1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4749 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4750 |
| ( 120, ( ( _, ( MlyValue.tff_tuple_list tff_tuple_list, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4751 |
tff_tuple_list1right)) :: _ :: ( _, ( MlyValue.tff_logic_formula |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4752 |
tff_logic_formula, tff_logic_formula1left, _)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4753 |
val result = MlyValue.tff_tuple_list ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4754 |
( tff_logic_formula :: tff_tuple_list )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4755 |
in ( LrTable.NT 74, ( result, tff_logic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4756 |
tff_tuple_list1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4757 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4758 |
| ( 121, ( ( _, ( MlyValue.tff_logic_formula tff_logic_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4759 |
tff_logic_formula1left, tff_logic_formula1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4760 |
val result = MlyValue.tff_tuple_list (( [tff_logic_formula] )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4761 |
in ( LrTable.NT 74, ( result, tff_logic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4762 |
tff_logic_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4763 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4764 |
| ( 122, ( ( _, ( MlyValue.tff_top_level_type tff_top_level_type, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4765 |
tff_top_level_type1right)) :: _ :: ( _, ( MlyValue.tff_untyped_atom |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4766 |
tff_untyped_atom, tff_untyped_atom1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4767 |
result = MlyValue.tff_typed_atom ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4768 |
( (fst tff_untyped_atom, SOME tff_top_level_type) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4769 |
in ( LrTable.NT 83, ( result, tff_untyped_atom1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4770 |
tff_top_level_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4771 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4772 |
| ( 123, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4773 |
MlyValue.tff_typed_atom tff_typed_atom, _, _)) :: ( _, ( _, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4774 |
LPAREN1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4775 |
MlyValue.tff_typed_atom (( tff_typed_atom )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4776 |
in ( LrTable.NT 83, ( result, LPAREN1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4777 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4778 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4779 |
| ( 124, ( ( _, ( MlyValue.functor_ functor_, functor_1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4780 |
functor_1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4781 |
MlyValue.tff_untyped_atom (( (functor_, NONE) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4782 |
in ( LrTable.NT 82, ( result, functor_1left, functor_1right), rest671 |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4783 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4784 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4785 |
| ( 125, ( ( _, ( MlyValue.system_functor system_functor, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4786 |
system_functor1left, system_functor1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4787 |
result = MlyValue.tff_untyped_atom (( (system_functor, NONE) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4788 |
in ( LrTable.NT 82, ( result, system_functor1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4789 |
system_functor1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4790 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4791 |
| ( 126, ( ( _, ( MlyValue.tff_atomic_type tff_atomic_type, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4792 |
tff_atomic_type1left, tff_atomic_type1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4793 |
result = MlyValue.tff_top_level_type (( tff_atomic_type )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4794 |
in ( LrTable.NT 81, ( result, tff_atomic_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4795 |
tff_atomic_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4796 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4797 |
| ( 127, ( ( _, ( MlyValue.tff_mapping_type tff_mapping_type, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4798 |
tff_mapping_type1left, tff_mapping_type1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4799 |
val result = MlyValue.tff_top_level_type (( tff_mapping_type )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4800 |
in ( LrTable.NT 81, ( result, tff_mapping_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4801 |
tff_mapping_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4802 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4803 |
| ( 128, ( ( _, ( MlyValue.tff_quantified_type tff_quantified_type, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4804 |
tff_quantified_type1left, tff_quantified_type1right)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4805 |
let val result = MlyValue.tff_top_level_type ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4806 |
( tff_quantified_type )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4807 |
in ( LrTable.NT 81, ( result, tff_quantified_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4808 |
tff_quantified_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4809 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4810 |
| ( 129, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4811 |
MlyValue.tff_top_level_type tff_top_level_type, _, _)) :: ( _, ( _, |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4812 |
LPAREN1left, _)) :: rest671)) => let val result = |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4813 |
MlyValue.tff_top_level_type (( tff_top_level_type )) |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4814 |
in ( LrTable.NT 81, ( result, LPAREN1left, RPAREN1right), rest671) |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4815 |
|
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4816 |
end |
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4817 |
| ( 130, ( ( _, ( MlyValue.tff_monotype tff_monotype, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4818 |
tff_monotype1right)) :: _ :: _ :: ( _, ( MlyValue.tff_variable_list |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4819 |
tff_variable_list, _, _)) :: _ :: ( _, ( _, DEP_PROD1left, _)) :: |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4820 |
rest671)) => let val result = MlyValue.tff_quantified_type ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4821 |
( |
47360 | 4822 |
Fmla_type (Quant (Dep_Prod, tff_variable_list, Type_fmla tff_monotype)) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4823 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4824 |
) |
53394 | 4825 |
in ( LrTable.NT 143, ( result, DEP_PROD1left, tff_monotype1right), |
46844 | 4826 |
rest671) |
4827 |
end |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4828 |
| ( 131, ( ( _, ( MlyValue.tff_atomic_type tff_atomic_type, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4829 |
tff_atomic_type1left, tff_atomic_type1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4830 |
result = MlyValue.tff_monotype (( tff_atomic_type )) |
53394 | 4831 |
in ( LrTable.NT 144, ( result, tff_atomic_type1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4832 |
tff_atomic_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4833 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4834 |
| ( 132, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4835 |
MlyValue.tff_mapping_type tff_mapping_type, _, _)) :: ( _, ( _, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4836 |
LPAREN1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4837 |
MlyValue.tff_monotype (( tff_mapping_type )) |
53394 | 4838 |
in ( LrTable.NT 144, ( result, LPAREN1left, RPAREN1right), rest671) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4839 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4840 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4841 |
| ( 133, ( ( _, ( MlyValue.tff_atomic_type tff_atomic_type, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4842 |
tff_atomic_type1left, tff_atomic_type1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4843 |
result = MlyValue.tff_unitary_type (( tff_atomic_type )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4844 |
in ( LrTable.NT 80, ( result, tff_atomic_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4845 |
tff_atomic_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4846 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4847 |
| ( 134, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4848 |
MlyValue.tff_xprod_type tff_xprod_type, _, _)) :: ( _, ( _, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4849 |
LPAREN1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4850 |
MlyValue.tff_unitary_type (( tff_xprod_type )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4851 |
in ( LrTable.NT 80, ( result, LPAREN1left, RPAREN1right), rest671) |
46844 | 4852 |
|
4853 |
end |
|
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4854 |
| ( 135, ( ( _, ( MlyValue.atomic_word atomic_word, atomic_word1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4855 |
atomic_word1right)) :: rest671)) => let val result = |
57808 | 4856 |
MlyValue.tff_atomic_type (( Atom_type (atomic_word, []) )) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4857 |
in ( LrTable.NT 79, ( result, atomic_word1left, atomic_word1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4858 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4859 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4860 |
| ( 136, ( ( _, ( MlyValue.defined_type defined_type, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4861 |
defined_type1left, defined_type1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4862 |
result = MlyValue.tff_atomic_type (( Defined_type defined_type )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4863 |
in ( LrTable.NT 79, ( result, defined_type1left, defined_type1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4864 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4865 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4866 |
| ( 137, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4867 |
MlyValue.tff_type_arguments tff_type_arguments, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4868 |
MlyValue.atomic_word atomic_word, atomic_word1left, _)) :: rest671)) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4869 |
=> let val result = MlyValue.tff_atomic_type ( |
47360 | 4870 |
( Fmla_type (Fmla (Uninterpreted atomic_word, (map Type_fmla tff_type_arguments))) ) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4871 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4872 |
in ( LrTable.NT 79, ( result, atomic_word1left, RPAREN1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4873 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4874 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4875 |
| ( 138, ( ( _, ( MlyValue.variable_ variable_, variable_1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4876 |
variable_1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4877 |
MlyValue.tff_atomic_type ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4878 |
( Fmla_type (Pred (Interpreted_ExtraLogic Apply, [Term_Var variable_])) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4879 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4880 |
in ( LrTable.NT 79, ( result, variable_1left, variable_1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4881 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4882 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4883 |
| ( 139, ( ( _, ( MlyValue.tff_atomic_type tff_atomic_type, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4884 |
tff_atomic_type1left, tff_atomic_type1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4885 |
result = MlyValue.tff_type_arguments (( [tff_atomic_type] )) |
53394 | 4886 |
in ( LrTable.NT 145, ( result, tff_atomic_type1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4887 |
tff_atomic_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4888 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4889 |
| ( 140, ( ( _, ( MlyValue.tff_type_arguments tff_type_arguments, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4890 |
tff_type_arguments1right)) :: _ :: ( _, ( MlyValue.tff_atomic_type |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4891 |
tff_atomic_type, tff_atomic_type1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4892 |
result = MlyValue.tff_type_arguments ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4893 |
( tff_atomic_type :: tff_type_arguments )) |
53394 | 4894 |
in ( LrTable.NT 145, ( result, tff_atomic_type1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4895 |
tff_type_arguments1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4896 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4897 |
| ( 141, ( ( _, ( MlyValue.tff_atomic_type tff_atomic_type, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4898 |
tff_atomic_type1right)) :: _ :: ( _, ( MlyValue.tff_unitary_type |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4899 |
tff_unitary_type, tff_unitary_type1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4900 |
result = MlyValue.tff_mapping_type ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4901 |
( Fn_type(tff_unitary_type, tff_atomic_type) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4902 |
in ( LrTable.NT 78, ( result, tff_unitary_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4903 |
tff_atomic_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4904 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4905 |
| ( 142, ( ( _, ( MlyValue.tff_atomic_type tff_atomic_type2, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4906 |
tff_atomic_type2right)) :: _ :: ( _, ( MlyValue.tff_atomic_type |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4907 |
tff_atomic_type1, tff_atomic_type1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4908 |
result = MlyValue.tff_xprod_type ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4909 |
( Prod_type(tff_atomic_type1, tff_atomic_type2) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4910 |
in ( LrTable.NT 77, ( result, tff_atomic_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4911 |
tff_atomic_type2right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4912 |
end |
53395
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana
parents:
53394
diff
changeset
|
4913 |
| ( 143, ( ( _, ( MlyValue.tff_atomic_type tff_atomic_type, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4914 |
tff_atomic_type1right)) :: _ :: ( _, ( MlyValue.tff_xprod_type |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4915 |
tff_xprod_type, tff_xprod_type1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4916 |
result = MlyValue.tff_xprod_type ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4917 |
( Prod_type(tff_xprod_type, tff_atomic_type) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4918 |
in ( LrTable.NT 77, ( result, tff_xprod_type1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4919 |
tff_atomic_type1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4920 |
end |
53394 | 4921 |
| ( 144, ( ( _, ( MlyValue.fof_logic_formula fof_logic_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4922 |
fof_logic_formula1left, fof_logic_formula1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4923 |
val result = MlyValue.fof_formula (( fof_logic_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4924 |
in ( LrTable.NT 72, ( result, fof_logic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4925 |
fof_logic_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4926 |
end |
53394 | 4927 |
| ( 145, ( ( _, ( MlyValue.fof_sequent fof_sequent, fof_sequent1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4928 |
fof_sequent1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4929 |
MlyValue.fof_formula (( fof_sequent )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4930 |
in ( LrTable.NT 72, ( result, fof_sequent1left, fof_sequent1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4931 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4932 |
end |
53394 | 4933 |
| ( 146, ( ( _, ( MlyValue.fof_binary_formula fof_binary_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4934 |
fof_binary_formula1left, fof_binary_formula1right)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4935 |
let val result = MlyValue.fof_logic_formula (( fof_binary_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4936 |
in ( LrTable.NT 71, ( result, fof_binary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4937 |
fof_binary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4938 |
end |
53394 | 4939 |
| ( 147, ( ( _, ( MlyValue.fof_unitary_formula fof_unitary_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4940 |
fof_unitary_formula1left, fof_unitary_formula1right)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4941 |
let val result = MlyValue.fof_logic_formula (( fof_unitary_formula ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4942 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4943 |
in ( LrTable.NT 71, ( result, fof_unitary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4944 |
fof_unitary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4945 |
end |
53394 | 4946 |
| ( 148, ( ( _, ( MlyValue.fof_binary_nonassoc fof_binary_nonassoc, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4947 |
fof_binary_nonassoc1left, fof_binary_nonassoc1right)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4948 |
let val result = MlyValue.fof_binary_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4949 |
( fof_binary_nonassoc )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4950 |
in ( LrTable.NT 70, ( result, fof_binary_nonassoc1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4951 |
fof_binary_nonassoc1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4952 |
end |
53394 | 4953 |
| ( 149, ( ( _, ( MlyValue.fof_binary_assoc fof_binary_assoc, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4954 |
fof_binary_assoc1left, fof_binary_assoc1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4955 |
val result = MlyValue.fof_binary_formula (( fof_binary_assoc )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4956 |
in ( LrTable.NT 70, ( result, fof_binary_assoc1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4957 |
fof_binary_assoc1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4958 |
end |
53394 | 4959 |
| ( 150, ( ( _, ( MlyValue.fof_unitary_formula fof_unitary_formula2, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4960 |
_, fof_unitary_formula2right)) :: ( _, ( MlyValue.binary_connective |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4961 |
binary_connective, _, _)) :: ( _, ( MlyValue.fof_unitary_formula |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4962 |
fof_unitary_formula1, fof_unitary_formula1left, _)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4963 |
let val result = MlyValue.fof_binary_nonassoc ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4964 |
( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4965 |
Fmla (binary_connective, [fof_unitary_formula1, fof_unitary_formula2] ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4966 |
) |
46844 | 4967 |
) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4968 |
in ( LrTable.NT 69, ( result, fof_unitary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4969 |
fof_unitary_formula2right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4970 |
end |
53394 | 4971 |
| ( 151, ( ( _, ( MlyValue.fof_or_formula fof_or_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4972 |
fof_or_formula1left, fof_or_formula1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4973 |
result = MlyValue.fof_binary_assoc (( fof_or_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4974 |
in ( LrTable.NT 68, ( result, fof_or_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4975 |
fof_or_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4976 |
end |
53394 | 4977 |
| ( 152, ( ( _, ( MlyValue.fof_and_formula fof_and_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4978 |
fof_and_formula1left, fof_and_formula1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4979 |
result = MlyValue.fof_binary_assoc (( fof_and_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4980 |
in ( LrTable.NT 68, ( result, fof_and_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4981 |
fof_and_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4982 |
end |
53394 | 4983 |
| ( 153, ( ( _, ( MlyValue.fof_unitary_formula fof_unitary_formula2, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4984 |
_, fof_unitary_formula2right)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4985 |
MlyValue.fof_unitary_formula fof_unitary_formula1, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4986 |
fof_unitary_formula1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4987 |
MlyValue.fof_or_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4988 |
( Fmla (Interpreted_Logic Or, [fof_unitary_formula1, fof_unitary_formula2]) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4989 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4990 |
in ( LrTable.NT 67, ( result, fof_unitary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4991 |
fof_unitary_formula2right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4992 |
end |
53394 | 4993 |
| ( 154, ( ( _, ( MlyValue.fof_unitary_formula fof_unitary_formula, _ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4994 |
, fof_unitary_formula1right)) :: _ :: ( _, ( MlyValue.fof_or_formula |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4995 |
fof_or_formula, fof_or_formula1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4996 |
result = MlyValue.fof_or_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4997 |
( Fmla (Interpreted_Logic Or, [fof_or_formula, fof_unitary_formula]) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4998 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
4999 |
in ( LrTable.NT 67, ( result, fof_or_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5000 |
fof_unitary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5001 |
end |
53394 | 5002 |
| ( 155, ( ( _, ( MlyValue.fof_unitary_formula fof_unitary_formula2, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5003 |
_, fof_unitary_formula2right)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5004 |
MlyValue.fof_unitary_formula fof_unitary_formula1, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5005 |
fof_unitary_formula1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5006 |
MlyValue.fof_and_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5007 |
( Fmla (Interpreted_Logic And, [fof_unitary_formula1, fof_unitary_formula2]) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5008 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5009 |
in ( LrTable.NT 66, ( result, fof_unitary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5010 |
fof_unitary_formula2right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5011 |
end |
53394 | 5012 |
| ( 156, ( ( _, ( MlyValue.fof_unitary_formula fof_unitary_formula, _ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5013 |
, fof_unitary_formula1right)) :: _ :: ( _, ( MlyValue.fof_and_formula |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5014 |
fof_and_formula, fof_and_formula1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5015 |
result = MlyValue.fof_and_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5016 |
( Fmla (Interpreted_Logic And, [fof_and_formula, fof_unitary_formula]) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5017 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5018 |
in ( LrTable.NT 66, ( result, fof_and_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5019 |
fof_unitary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5020 |
end |
53394 | 5021 |
| ( 157, ( ( _, ( MlyValue.fof_quantified_formula |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5022 |
fof_quantified_formula, fof_quantified_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5023 |
fof_quantified_formula1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5024 |
MlyValue.fof_unitary_formula (( fof_quantified_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5025 |
in ( LrTable.NT 65, ( result, fof_quantified_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5026 |
fof_quantified_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5027 |
end |
53394 | 5028 |
| ( 158, ( ( _, ( MlyValue.fof_unary_formula fof_unary_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5029 |
fof_unary_formula1left, fof_unary_formula1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5030 |
val result = MlyValue.fof_unitary_formula (( fof_unary_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5031 |
in ( LrTable.NT 65, ( result, fof_unary_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5032 |
fof_unary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5033 |
end |
53394 | 5034 |
| ( 159, ( ( _, ( MlyValue.atomic_formula atomic_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5035 |
atomic_formula1left, atomic_formula1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5036 |
result = MlyValue.fof_unitary_formula (( atomic_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5037 |
in ( LrTable.NT 65, ( result, atomic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5038 |
atomic_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5039 |
end |
53394 | 5040 |
| ( 160, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5041 |
MlyValue.fof_logic_formula fof_logic_formula, _, _)) :: ( _, ( _, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5042 |
LPAREN1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5043 |
MlyValue.fof_unitary_formula (( fof_logic_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5044 |
in ( LrTable.NT 65, ( result, LPAREN1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5045 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5046 |
end |
53394 | 5047 |
| ( 161, ( ( _, ( MlyValue.fof_unitary_formula fof_unitary_formula, _ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5048 |
, fof_unitary_formula1right)) :: _ :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5049 |
MlyValue.fof_variable_list fof_variable_list, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5050 |
MlyValue.fol_quantifier fol_quantifier, fol_quantifier1left, _)) :: |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5051 |
rest671)) => let val result = MlyValue.fof_quantified_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5052 |
( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5053 |
Quant (fol_quantifier, map (fn v => (v, NONE)) fof_variable_list, fof_unitary_formula) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5054 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5055 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5056 |
in ( LrTable.NT 64, ( result, fol_quantifier1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5057 |
fof_unitary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5058 |
end |
53394 | 5059 |
| ( 162, ( ( _, ( MlyValue.variable_ variable_, variable_1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5060 |
variable_1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5061 |
MlyValue.fof_variable_list (( [variable_] )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5062 |
in ( LrTable.NT 63, ( result, variable_1left, variable_1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5063 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5064 |
end |
53394 | 5065 |
| ( 163, ( ( _, ( MlyValue.fof_variable_list fof_variable_list, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5066 |
fof_variable_list1right)) :: _ :: ( _, ( MlyValue.variable_ variable_, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5067 |
variable_1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5068 |
MlyValue.fof_variable_list (( variable_ :: fof_variable_list )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5069 |
in ( LrTable.NT 63, ( result, variable_1left, fof_variable_list1right |
46844 | 5070 |
), rest671) |
5071 |
end |
|
53394 | 5072 |
| ( 164, ( ( _, ( MlyValue.fof_unitary_formula fof_unitary_formula, _ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5073 |
, fof_unitary_formula1right)) :: ( _, ( MlyValue.unary_connective |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5074 |
unary_connective, unary_connective1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5075 |
result = MlyValue.fof_unary_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5076 |
( Fmla (unary_connective, [fof_unitary_formula]) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5077 |
in ( LrTable.NT 62, ( result, unary_connective1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5078 |
fof_unitary_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5079 |
end |
53394 | 5080 |
| ( 165, ( ( _, ( MlyValue.fol_infix_unary fol_infix_unary, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5081 |
fol_infix_unary1left, fol_infix_unary1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5082 |
result = MlyValue.fof_unary_formula (( fol_infix_unary )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5083 |
in ( LrTable.NT 62, ( result, fol_infix_unary1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5084 |
fol_infix_unary1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5085 |
end |
53394 | 5086 |
| ( 166, ( ( _, ( MlyValue.fof_tuple fof_tuple2, _, fof_tuple2right)) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5087 |
:: _ :: ( _, ( MlyValue.fof_tuple fof_tuple1, fof_tuple1left, _)) :: |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5088 |
rest671)) => let val result = MlyValue.fof_sequent ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5089 |
( Sequent (fof_tuple1, fof_tuple2) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5090 |
in ( LrTable.NT 61, ( result, fof_tuple1left, fof_tuple2right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5091 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5092 |
end |
53394 | 5093 |
| ( 167, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.fof_sequent |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5094 |
fof_sequent, _, _)) :: ( _, ( _, LPAREN1left, _)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5095 |
val result = MlyValue.fof_sequent (( fof_sequent )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5096 |
in ( LrTable.NT 61, ( result, LPAREN1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5097 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5098 |
end |
53394 | 5099 |
| ( 168, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( _, LBRKT1left, _)) :: |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5100 |
rest671)) => let val result = MlyValue.fof_tuple (( [] )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5101 |
in ( LrTable.NT 60, ( result, LBRKT1left, RBRKT1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5102 |
end |
53394 | 5103 |
| ( 169, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5104 |
MlyValue.fof_tuple_list fof_tuple_list, _, _)) :: ( _, ( _, LBRKT1left |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5105 |
, _)) :: rest671)) => let val result = MlyValue.fof_tuple ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5106 |
( fof_tuple_list )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5107 |
in ( LrTable.NT 60, ( result, LBRKT1left, RBRKT1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5108 |
end |
53394 | 5109 |
| ( 170, ( ( _, ( MlyValue.fof_logic_formula fof_logic_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5110 |
fof_logic_formula1left, fof_logic_formula1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5111 |
val result = MlyValue.fof_tuple_list (( [fof_logic_formula] )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5112 |
in ( LrTable.NT 59, ( result, fof_logic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5113 |
fof_logic_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5114 |
end |
53394 | 5115 |
| ( 171, ( ( _, ( MlyValue.fof_tuple_list fof_tuple_list, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5116 |
fof_tuple_list1right)) :: _ :: ( _, ( MlyValue.fof_logic_formula |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5117 |
fof_logic_formula, fof_logic_formula1left, _)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5118 |
val result = MlyValue.fof_tuple_list ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5119 |
( fof_logic_formula :: fof_tuple_list )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5120 |
in ( LrTable.NT 59, ( result, fof_logic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5121 |
fof_tuple_list1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5122 |
end |
53394 | 5123 |
| ( 172, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.disjunction |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5124 |
disjunction, _, _)) :: ( _, ( _, LPAREN1left, _)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5125 |
val result = MlyValue.cnf_formula (( disjunction )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5126 |
in ( LrTable.NT 58, ( result, LPAREN1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5127 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5128 |
end |
53394 | 5129 |
| ( 173, ( ( _, ( MlyValue.disjunction disjunction, disjunction1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5130 |
disjunction1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5131 |
MlyValue.cnf_formula (( disjunction )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5132 |
in ( LrTable.NT 58, ( result, disjunction1left, disjunction1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5133 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5134 |
end |
53394 | 5135 |
| ( 174, ( ( _, ( MlyValue.literal literal, literal1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5136 |
literal1right)) :: rest671)) => let val result = MlyValue.disjunction |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5137 |
(( literal )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5138 |
in ( LrTable.NT 57, ( result, literal1left, literal1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5139 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5140 |
end |
53394 | 5141 |
| ( 175, ( ( _, ( MlyValue.literal literal, _, literal1right)) :: _ |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5142 |
:: ( _, ( MlyValue.disjunction disjunction, disjunction1left, _)) :: |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5143 |
rest671)) => let val result = MlyValue.disjunction ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5144 |
( Fmla (Interpreted_Logic Or, [disjunction, literal]) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5145 |
in ( LrTable.NT 57, ( result, disjunction1left, literal1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5146 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5147 |
end |
53394 | 5148 |
| ( 176, ( ( _, ( MlyValue.atomic_formula atomic_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5149 |
atomic_formula1left, atomic_formula1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5150 |
result = MlyValue.literal (( atomic_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5151 |
in ( LrTable.NT 56, ( result, atomic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5152 |
atomic_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5153 |
end |
53394 | 5154 |
| ( 177, ( ( _, ( MlyValue.atomic_formula atomic_formula, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5155 |
atomic_formula1right)) :: ( _, ( _, TILDE1left, _)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5156 |
let val result = MlyValue.literal ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5157 |
( Fmla (Interpreted_Logic Not, [atomic_formula]) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5158 |
in ( LrTable.NT 56, ( result, TILDE1left, atomic_formula1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5159 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5160 |
end |
53394 | 5161 |
| ( 178, ( ( _, ( MlyValue.fol_infix_unary fol_infix_unary, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5162 |
fol_infix_unary1left, fol_infix_unary1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5163 |
result = MlyValue.literal (( fol_infix_unary )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5164 |
in ( LrTable.NT 56, ( result, fol_infix_unary1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5165 |
fol_infix_unary1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5166 |
end |
53394 | 5167 |
| ( 179, ( ( _, ( MlyValue.thf_pair_connective thf_pair_connective, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5168 |
thf_pair_connective1left, thf_pair_connective1right)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5169 |
let val result = MlyValue.thf_conn_term (( thf_pair_connective )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5170 |
in ( LrTable.NT 55, ( result, thf_pair_connective1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5171 |
thf_pair_connective1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5172 |
end |
53394 | 5173 |
| ( 180, ( ( _, ( MlyValue.assoc_connective assoc_connective, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5174 |
assoc_connective1left, assoc_connective1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5175 |
val result = MlyValue.thf_conn_term (( assoc_connective )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5176 |
in ( LrTable.NT 55, ( result, assoc_connective1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5177 |
assoc_connective1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5178 |
end |
53394 | 5179 |
| ( 181, ( ( _, ( MlyValue.thf_unary_connective thf_unary_connective, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5180 |
thf_unary_connective1left, thf_unary_connective1right)) :: rest671)) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5181 |
=> let val result = MlyValue.thf_conn_term (( thf_unary_connective ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5182 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5183 |
in ( LrTable.NT 55, ( result, thf_unary_connective1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5184 |
thf_unary_connective1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5185 |
end |
53394 | 5186 |
| ( 182, ( ( _, ( MlyValue.term term2, _, term2right)) :: ( _, ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5187 |
MlyValue.infix_inequality infix_inequality, _, _)) :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5188 |
MlyValue.term term1, term1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5189 |
MlyValue.fol_infix_unary (( Pred (infix_inequality, [term1, term2]) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5190 |
in ( LrTable.NT 54, ( result, term1left, term2right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5191 |
end |
53394 | 5192 |
| ( 183, ( ( _, ( MlyValue.fol_quantifier fol_quantifier, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5193 |
fol_quantifier1left, fol_quantifier1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5194 |
result = MlyValue.thf_quantifier (( fol_quantifier )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5195 |
in ( LrTable.NT 53, ( result, fol_quantifier1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5196 |
fol_quantifier1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5197 |
end |
53394 | 5198 |
| ( 184, ( ( _, ( _, CARET1left, CARET1right)) :: rest671)) => let |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5199 |
val result = MlyValue.thf_quantifier (( Lambda )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5200 |
in ( LrTable.NT 53, ( result, CARET1left, CARET1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5201 |
end |
53394 | 5202 |
| ( 185, ( ( _, ( _, DEP_PROD1left, DEP_PROD1right)) :: rest671)) => |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5203 |
let val result = MlyValue.thf_quantifier (( Dep_Prod )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5204 |
in ( LrTable.NT 53, ( result, DEP_PROD1left, DEP_PROD1right), rest671 |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5205 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5206 |
end |
53394 | 5207 |
| ( 186, ( ( _, ( _, DEP_SUM1left, DEP_SUM1right)) :: rest671)) => |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5208 |
let val result = MlyValue.thf_quantifier (( Dep_Sum )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5209 |
in ( LrTable.NT 53, ( result, DEP_SUM1left, DEP_SUM1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5210 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5211 |
end |
53394 | 5212 |
| ( 187, ( ( _, ( _, INDEF_CHOICE1left, INDEF_CHOICE1right)) :: |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5213 |
rest671)) => let val result = MlyValue.thf_quantifier (( Epsilon )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5214 |
in ( LrTable.NT 53, ( result, INDEF_CHOICE1left, INDEF_CHOICE1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5215 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5216 |
end |
53394 | 5217 |
| ( 188, ( ( _, ( _, DEFIN_CHOICE1left, DEFIN_CHOICE1right)) :: |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5218 |
rest671)) => let val result = MlyValue.thf_quantifier (( Iota )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5219 |
in ( LrTable.NT 53, ( result, DEFIN_CHOICE1left, DEFIN_CHOICE1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5220 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5221 |
end |
53394 | 5222 |
| ( 189, ( ( _, ( MlyValue.infix_equality infix_equality, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5223 |
infix_equality1left, infix_equality1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5224 |
result = MlyValue.thf_pair_connective (( infix_equality )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5225 |
in ( LrTable.NT 52, ( result, infix_equality1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5226 |
infix_equality1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5227 |
end |
53394 | 5228 |
| ( 190, ( ( _, ( MlyValue.infix_inequality infix_inequality, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5229 |
infix_inequality1left, infix_inequality1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5230 |
val result = MlyValue.thf_pair_connective (( infix_inequality )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5231 |
in ( LrTable.NT 52, ( result, infix_inequality1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5232 |
infix_inequality1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5233 |
end |
53394 | 5234 |
| ( 191, ( ( _, ( MlyValue.binary_connective binary_connective, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5235 |
binary_connective1left, binary_connective1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5236 |
val result = MlyValue.thf_pair_connective (( binary_connective )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5237 |
in ( LrTable.NT 52, ( result, binary_connective1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5238 |
binary_connective1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5239 |
end |
53394 | 5240 |
| ( 192, ( ( _, ( MlyValue.unary_connective unary_connective, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5241 |
unary_connective1left, unary_connective1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5242 |
val result = MlyValue.thf_unary_connective (( unary_connective )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5243 |
in ( LrTable.NT 51, ( result, unary_connective1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5244 |
unary_connective1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5245 |
end |
53394 | 5246 |
| ( 193, ( ( _, ( _, OPERATOR_FORALL1left, OPERATOR_FORALL1right)) :: |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5247 |
rest671)) => let val result = MlyValue.thf_unary_connective ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5248 |
( Interpreted_Logic Op_Forall )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5249 |
in ( LrTable.NT 51, ( result, OPERATOR_FORALL1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5250 |
OPERATOR_FORALL1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5251 |
end |
53394 | 5252 |
| ( 194, ( ( _, ( _, OPERATOR_EXISTS1left, OPERATOR_EXISTS1right)) :: |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5253 |
rest671)) => let val result = MlyValue.thf_unary_connective ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5254 |
( Interpreted_Logic Op_Exists )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5255 |
in ( LrTable.NT 51, ( result, OPERATOR_EXISTS1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5256 |
OPERATOR_EXISTS1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5257 |
end |
53394 | 5258 |
| ( 195, ( ( _, ( _, EXCLAMATION1left, EXCLAMATION1right)) :: rest671 |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5259 |
)) => let val result = MlyValue.fol_quantifier (( Forall )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5260 |
in ( LrTable.NT 50, ( result, EXCLAMATION1left, EXCLAMATION1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5261 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5262 |
end |
53394 | 5263 |
| ( 196, ( ( _, ( _, QUESTION1left, QUESTION1right)) :: rest671)) => |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5264 |
let val result = MlyValue.fol_quantifier (( Exists )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5265 |
in ( LrTable.NT 50, ( result, QUESTION1left, QUESTION1right), rest671 |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5266 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5267 |
end |
53394 | 5268 |
| ( 197, ( ( _, ( _, IFF1left, IFF1right)) :: rest671)) => let val |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5269 |
result = MlyValue.binary_connective (( Interpreted_Logic Iff )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5270 |
in ( LrTable.NT 49, ( result, IFF1left, IFF1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5271 |
end |
53394 | 5272 |
| ( 198, ( ( _, ( _, IMPLIES1left, IMPLIES1right)) :: rest671)) => |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5273 |
let val result = MlyValue.binary_connective ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5274 |
( Interpreted_Logic If )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5275 |
in ( LrTable.NT 49, ( result, IMPLIES1left, IMPLIES1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5276 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5277 |
end |
53394 | 5278 |
| ( 199, ( ( _, ( _, FI1left, FI1right)) :: rest671)) => let val |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5279 |
result = MlyValue.binary_connective (( Interpreted_Logic Fi )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5280 |
in ( LrTable.NT 49, ( result, FI1left, FI1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5281 |
end |
53394 | 5282 |
| ( 200, ( ( _, ( _, XOR1left, XOR1right)) :: rest671)) => let val |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5283 |
result = MlyValue.binary_connective (( Interpreted_Logic Xor )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5284 |
in ( LrTable.NT 49, ( result, XOR1left, XOR1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5285 |
end |
53394 | 5286 |
| ( 201, ( ( _, ( _, NOR1left, NOR1right)) :: rest671)) => let val |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5287 |
result = MlyValue.binary_connective (( Interpreted_Logic Nor )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5288 |
in ( LrTable.NT 49, ( result, NOR1left, NOR1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5289 |
end |
53394 | 5290 |
| ( 202, ( ( _, ( _, NAND1left, NAND1right)) :: rest671)) => let val |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5291 |
result = MlyValue.binary_connective (( Interpreted_Logic Nand )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5292 |
in ( LrTable.NT 49, ( result, NAND1left, NAND1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5293 |
end |
53394 | 5294 |
| ( 203, ( ( _, ( _, VLINE1left, VLINE1right)) :: rest671)) => let |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5295 |
val result = MlyValue.assoc_connective (( Interpreted_Logic Or )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5296 |
in ( LrTable.NT 48, ( result, VLINE1left, VLINE1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5297 |
end |
53394 | 5298 |
| ( 204, ( ( _, ( _, AMPERSAND1left, AMPERSAND1right)) :: rest671)) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5299 |
=> let val result = MlyValue.assoc_connective ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5300 |
( Interpreted_Logic And )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5301 |
in ( LrTable.NT 48, ( result, AMPERSAND1left, AMPERSAND1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5302 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5303 |
end |
53394 | 5304 |
| ( 205, ( ( _, ( _, TILDE1left, TILDE1right)) :: rest671)) => let |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5305 |
val result = MlyValue.unary_connective (( Interpreted_Logic Not )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5306 |
in ( LrTable.NT 45, ( result, TILDE1left, TILDE1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5307 |
end |
53394 | 5308 |
| ( 206, ( ( _, ( MlyValue.atomic_defined_word atomic_defined_word, |
47358 | 5309 |
atomic_defined_word1left, atomic_defined_word1right)) :: rest671)) => |
46844 | 5310 |
let val result = MlyValue.defined_type ( |
5311 |
( |
|
47358 | 5312 |
case atomic_defined_word of |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5313 |
"$oType" => Type_Bool |
46844 | 5314 |
| "$o" => Type_Bool |
5315 |
| "$iType" => Type_Ind |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5316 |
| "$i" => Type_Ind |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5317 |
| "$tType" => Type_Type |
46844 | 5318 |
| "$real" => Type_Real |
5319 |
| "$rat" => Type_Rat |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5320 |
| "$int" => Type_Int |
57808 | 5321 |
| "$_" => Type_Dummy |
46844 | 5322 |
| thing => raise UNRECOGNISED_SYMBOL ("defined_type", thing) |
5323 |
) |
|
5324 |
) |
|
47358 | 5325 |
in ( LrTable.NT 46, ( result, atomic_defined_word1left, |
5326 |
atomic_defined_word1right), rest671) |
|
5327 |
end |
|
53394 | 5328 |
| ( 207, ( ( _, ( MlyValue.atomic_system_word atomic_system_word, |
47358 | 5329 |
atomic_system_word1left, atomic_system_word1right)) :: rest671)) => |
5330 |
let val result = MlyValue.system_type (( atomic_system_word )) |
|
5331 |
in ( LrTable.NT 47, ( result, atomic_system_word1left, |
|
5332 |
atomic_system_word1right), rest671) |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5333 |
end |
53394 | 5334 |
| ( 208, ( ( _, ( MlyValue.plain_atomic_formula plain_atomic_formula, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5335 |
plain_atomic_formula1left, plain_atomic_formula1right)) :: rest671)) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5336 |
=> let val result = MlyValue.atomic_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5337 |
( plain_atomic_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5338 |
in ( LrTable.NT 44, ( result, plain_atomic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5339 |
plain_atomic_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5340 |
end |
53394 | 5341 |
| ( 209, ( ( _, ( MlyValue.defined_atomic_formula |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5342 |
defined_atomic_formula, defined_atomic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5343 |
defined_atomic_formula1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5344 |
MlyValue.atomic_formula (( defined_atomic_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5345 |
in ( LrTable.NT 44, ( result, defined_atomic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5346 |
defined_atomic_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5347 |
end |
53394 | 5348 |
| ( 210, ( ( _, ( MlyValue.system_atomic_formula |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5349 |
system_atomic_formula, system_atomic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5350 |
system_atomic_formula1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5351 |
MlyValue.atomic_formula (( system_atomic_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5352 |
in ( LrTable.NT 44, ( result, system_atomic_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5353 |
system_atomic_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5354 |
end |
53394 | 5355 |
| ( 211, ( ( _, ( MlyValue.plain_term plain_term, plain_term1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5356 |
plain_term1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5357 |
MlyValue.plain_atomic_formula (( Pred plain_term )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5358 |
in ( LrTable.NT 43, ( result, plain_term1left, plain_term1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5359 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5360 |
end |
53394 | 5361 |
| ( 212, ( ( _, ( MlyValue.defined_plain_formula |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5362 |
defined_plain_formula, defined_plain_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5363 |
defined_plain_formula1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5364 |
MlyValue.defined_atomic_formula (( defined_plain_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5365 |
in ( LrTable.NT 42, ( result, defined_plain_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5366 |
defined_plain_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5367 |
end |
53394 | 5368 |
| ( 213, ( ( _, ( MlyValue.defined_infix_formula |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5369 |
defined_infix_formula, defined_infix_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5370 |
defined_infix_formula1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5371 |
MlyValue.defined_atomic_formula (( defined_infix_formula )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5372 |
in ( LrTable.NT 42, ( result, defined_infix_formula1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5373 |
defined_infix_formula1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5374 |
end |
53394 | 5375 |
| ( 214, ( ( _, ( MlyValue.defined_plain_term defined_plain_term, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5376 |
defined_plain_term1left, defined_plain_term1right)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5377 |
let val result = MlyValue.defined_plain_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5378 |
( Pred defined_plain_term )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5379 |
in ( LrTable.NT 41, ( result, defined_plain_term1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5380 |
defined_plain_term1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5381 |
end |
53394 | 5382 |
| ( 215, ( ( _, ( MlyValue.atomic_defined_word atomic_defined_word, |
47358 | 5383 |
atomic_defined_word1left, atomic_defined_word1right)) :: rest671)) => |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5384 |
let val result = MlyValue.defined_prop ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5385 |
( |
47358 | 5386 |
case atomic_defined_word of |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5387 |
"$true" => "$true" |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5388 |
| "$false" => "$false" |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5389 |
| thing => raise UNRECOGNISED_SYMBOL ("defined_prop", thing) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5390 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5391 |
) |
47358 | 5392 |
in ( LrTable.NT 39, ( result, atomic_defined_word1left, |
5393 |
atomic_defined_word1right), rest671) |
|
5394 |
end |
|
53394 | 5395 |
| ( 216, ( ( _, ( MlyValue.atomic_defined_word atomic_defined_word, |
47358 | 5396 |
atomic_defined_word1left, atomic_defined_word1right)) :: rest671)) => |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5397 |
let val result = MlyValue.defined_pred ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5398 |
( |
47358 | 5399 |
case atomic_defined_word of |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5400 |
"$distinct" => "$distinct" |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5401 |
| "$ite_f" => "$ite_f" |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5402 |
| "$less" => "$less" |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5403 |
| "$lesseq" => "$lesseq" |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5404 |
| "$greater" => "$greater" |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5405 |
| "$greatereq" => "$greatereq" |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5406 |
| "$is_int" => "$is_int" |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5407 |
| "$is_rat" => "$is_rat" |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5408 |
| thing => raise UNRECOGNISED_SYMBOL ("defined_pred", thing) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5409 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5410 |
) |
47358 | 5411 |
in ( LrTable.NT 40, ( result, atomic_defined_word1left, |
5412 |
atomic_defined_word1right), rest671) |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5413 |
end |
53394 | 5414 |
| ( 217, ( ( _, ( MlyValue.term term2, _, term2right)) :: ( _, ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5415 |
MlyValue.defined_infix_pred defined_infix_pred, _, _)) :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5416 |
MlyValue.term term1, term1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5417 |
MlyValue.defined_infix_formula ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5418 |
(Pred (defined_infix_pred, [term1, term2]))) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5419 |
in ( LrTable.NT 38, ( result, term1left, term2right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5420 |
end |
53394 | 5421 |
| ( 218, ( ( _, ( MlyValue.infix_equality infix_equality, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5422 |
infix_equality1left, infix_equality1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5423 |
result = MlyValue.defined_infix_pred (( infix_equality )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5424 |
in ( LrTable.NT 37, ( result, infix_equality1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5425 |
infix_equality1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5426 |
end |
53394 | 5427 |
| ( 219, ( ( _, ( _, EQUALS1left, EQUALS1right)) :: rest671)) => let |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5428 |
val result = MlyValue.infix_equality (( Interpreted_Logic Equals )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5429 |
in ( LrTable.NT 35, ( result, EQUALS1left, EQUALS1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5430 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5431 |
end |
53394 | 5432 |
| ( 220, ( ( _, ( _, NEQUALS1left, NEQUALS1right)) :: rest671)) => |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5433 |
let val result = MlyValue.infix_inequality ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5434 |
( Interpreted_Logic NEquals )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5435 |
in ( LrTable.NT 36, ( result, NEQUALS1left, NEQUALS1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5436 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5437 |
end |
53394 | 5438 |
| ( 221, ( ( _, ( MlyValue.system_term system_term, system_term1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5439 |
system_term1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5440 |
MlyValue.system_atomic_formula (( Pred system_term )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5441 |
in ( LrTable.NT 34, ( result, system_term1left, system_term1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5442 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5443 |
end |
53394 | 5444 |
| ( 222, ( ( _, ( MlyValue.function_term function_term, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5445 |
function_term1left, function_term1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5446 |
result = MlyValue.term (( function_term )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5447 |
in ( LrTable.NT 19, ( result, function_term1left, function_term1right |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5448 |
), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5449 |
end |
53394 | 5450 |
| ( 223, ( ( _, ( MlyValue.variable_ variable_, variable_1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5451 |
variable_1right)) :: rest671)) => let val result = MlyValue.term ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5452 |
( Term_Var variable_ )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5453 |
in ( LrTable.NT 19, ( result, variable_1left, variable_1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5454 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5455 |
end |
53394 | 5456 |
| ( 224, ( ( _, ( MlyValue.conditional_term conditional_term, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5457 |
conditional_term1left, conditional_term1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5458 |
val result = MlyValue.term (( conditional_term )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5459 |
in ( LrTable.NT 19, ( result, conditional_term1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5460 |
conditional_term1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5461 |
end |
53394 | 5462 |
| ( 225, ( ( _, ( MlyValue.let_term let_term, let_term1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5463 |
let_term1right)) :: rest671)) => let val result = MlyValue.term ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5464 |
( let_term )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5465 |
in ( LrTable.NT 19, ( result, let_term1left, let_term1right), rest671 |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5466 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5467 |
end |
53394 | 5468 |
| ( 226, ( ( _, ( MlyValue.plain_term plain_term, plain_term1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5469 |
plain_term1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5470 |
MlyValue.function_term (( Term_Func plain_term )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5471 |
in ( LrTable.NT 32, ( result, plain_term1left, plain_term1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5472 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5473 |
end |
53394 | 5474 |
| ( 227, ( ( _, ( MlyValue.defined_term defined_term, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5475 |
defined_term1left, defined_term1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5476 |
result = MlyValue.function_term (( defined_term )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5477 |
in ( LrTable.NT 32, ( result, defined_term1left, defined_term1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5478 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5479 |
end |
53394 | 5480 |
| ( 228, ( ( _, ( MlyValue.system_term system_term, system_term1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5481 |
system_term1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5482 |
MlyValue.function_term (( Term_Func system_term )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5483 |
in ( LrTable.NT 32, ( result, system_term1left, system_term1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5484 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5485 |
end |
53394 | 5486 |
| ( 229, ( ( _, ( MlyValue.constant constant, constant1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5487 |
constant1right)) :: rest671)) => let val result = MlyValue.plain_term |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5488 |
(( (constant, []) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5489 |
in ( LrTable.NT 31, ( result, constant1left, constant1right), rest671 |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5490 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5491 |
end |
53394 | 5492 |
| ( 230, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.arguments |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5493 |
arguments, _, _)) :: _ :: ( _, ( MlyValue.functor_ functor_, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5494 |
functor_1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5495 |
MlyValue.plain_term (( (functor_, arguments) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5496 |
in ( LrTable.NT 31, ( result, functor_1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5497 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5498 |
end |
53394 | 5499 |
| ( 231, ( ( _, ( MlyValue.functor_ functor_, functor_1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5500 |
functor_1right)) :: rest671)) => let val result = MlyValue.constant ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5501 |
( functor_ )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5502 |
in ( LrTable.NT 30, ( result, functor_1left, functor_1right), rest671 |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5503 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5504 |
end |
53394 | 5505 |
| ( 232, ( ( _, ( MlyValue.atomic_word atomic_word, atomic_word1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5506 |
atomic_word1right)) :: rest671)) => let val result = |
46844 | 5507 |
MlyValue.functor_ (( Uninterpreted atomic_word )) |
5508 |
in ( LrTable.NT 18, ( result, atomic_word1left, atomic_word1right), |
|
5509 |
rest671) |
|
5510 |
end |
|
53394 | 5511 |
| ( 233, ( ( _, ( MlyValue.defined_atom defined_atom, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5512 |
defined_atom1left, defined_atom1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5513 |
result = MlyValue.defined_term (( defined_atom )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5514 |
in ( LrTable.NT 29, ( result, defined_atom1left, defined_atom1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5515 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5516 |
end |
53394 | 5517 |
| ( 234, ( ( _, ( MlyValue.defined_atomic_term defined_atomic_term, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5518 |
defined_atomic_term1left, defined_atomic_term1right)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5519 |
let val result = MlyValue.defined_term (( defined_atomic_term )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5520 |
in ( LrTable.NT 29, ( result, defined_atomic_term1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5521 |
defined_atomic_term1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5522 |
end |
53394 | 5523 |
| ( 235, ( ( _, ( MlyValue.number number, number1left, number1right)) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5524 |
:: rest671)) => let val result = MlyValue.defined_atom ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5525 |
( Term_Num number )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5526 |
in ( LrTable.NT 28, ( result, number1left, number1right), rest671) |
46844 | 5527 |
|
5528 |
end |
|
53394 | 5529 |
| ( 236, ( ( _, ( MlyValue.DISTINCT_OBJECT DISTINCT_OBJECT, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5530 |
DISTINCT_OBJECT1left, DISTINCT_OBJECT1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5531 |
result = MlyValue.defined_atom ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5532 |
( Term_Distinct_Object DISTINCT_OBJECT )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5533 |
in ( LrTable.NT 28, ( result, DISTINCT_OBJECT1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5534 |
DISTINCT_OBJECT1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5535 |
end |
53394 | 5536 |
| ( 237, ( ( _, ( MlyValue.defined_plain_term defined_plain_term, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5537 |
defined_plain_term1left, defined_plain_term1right)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5538 |
let val result = MlyValue.defined_atomic_term ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5539 |
( Term_Func defined_plain_term )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5540 |
in ( LrTable.NT 27, ( result, defined_plain_term1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5541 |
defined_plain_term1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5542 |
end |
53394 | 5543 |
| ( 238, ( ( _, ( MlyValue.defined_constant defined_constant, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5544 |
defined_constant1left, defined_constant1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5545 |
val result = MlyValue.defined_plain_term (( (defined_constant, []) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5546 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5547 |
in ( LrTable.NT 26, ( result, defined_constant1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5548 |
defined_constant1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5549 |
end |
53394 | 5550 |
| ( 239, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.arguments |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5551 |
arguments, _, _)) :: _ :: ( _, ( MlyValue.defined_functor |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5552 |
defined_functor, defined_functor1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5553 |
result = MlyValue.defined_plain_term (( (defined_functor, arguments) ) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5554 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5555 |
in ( LrTable.NT 26, ( result, defined_functor1left, RPAREN1right), |
46844 | 5556 |
rest671) |
5557 |
end |
|
53394 | 5558 |
| ( 240, ( ( _, ( MlyValue.defined_functor defined_functor, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5559 |
defined_functor1left, defined_functor1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5560 |
result = MlyValue.defined_constant (( defined_functor )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5561 |
in ( LrTable.NT 25, ( result, defined_functor1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5562 |
defined_functor1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5563 |
end |
53394 | 5564 |
| ( 241, ( ( _, ( MlyValue.atomic_defined_word atomic_defined_word, |
47358 | 5565 |
atomic_defined_word1left, atomic_defined_word1right)) :: rest671)) => |
46844 | 5566 |
let val result = MlyValue.defined_functor ( |
5567 |
( |
|
47358 | 5568 |
case atomic_defined_word of |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5569 |
"$uminus" => Interpreted_ExtraLogic UMinus |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5570 |
| "$sum" => Interpreted_ExtraLogic Sum |
46844 | 5571 |
| "$difference" => Interpreted_ExtraLogic Difference |
5572 |
| "$product" => Interpreted_ExtraLogic Product |
|
5573 |
| "$quotient" => Interpreted_ExtraLogic Quotient |
|
5574 |
| "$quotient_e" => Interpreted_ExtraLogic Quotient_E |
|
5575 |
| "$quotient_t" => Interpreted_ExtraLogic Quotient_T |
|
5576 |
| "$quotient_f" => Interpreted_ExtraLogic Quotient_F |
|
5577 |
| "$remainder_e" => Interpreted_ExtraLogic Remainder_E |
|
5578 |
| "$remainder_t" => Interpreted_ExtraLogic Remainder_T |
|
5579 |
| "$remainder_f" => Interpreted_ExtraLogic Remainder_F |
|
5580 |
| "$floor" => Interpreted_ExtraLogic Floor |
|
5581 |
| "$ceiling" => Interpreted_ExtraLogic Ceiling |
|
5582 |
| "$truncate" => Interpreted_ExtraLogic Truncate |
|
5583 |
| "$round" => Interpreted_ExtraLogic Round |
|
5584 |
| "$to_int" => Interpreted_ExtraLogic To_Int |
|
5585 |
| "$to_rat" => Interpreted_ExtraLogic To_Rat |
|
5586 |
| "$to_real" => Interpreted_ExtraLogic To_Real |
|
5587 |
||
5588 |
| "$i" => TypeSymbol Type_Ind |
|
5589 |
| "$o" => TypeSymbol Type_Bool |
|
5590 |
| "$iType" => TypeSymbol Type_Ind |
|
5591 |
| "$oType" => TypeSymbol Type_Bool |
|
5592 |
| "$int" => TypeSymbol Type_Int |
|
5593 |
| "$real" => TypeSymbol Type_Real |
|
5594 |
| "$rat" => TypeSymbol Type_Rat |
|
5595 |
| "$tType" => TypeSymbol Type_Type |
|
57808 | 5596 |
| "$_" => TypeSymbol Type_Dummy |
46844 | 5597 |
|
5598 |
| "$true" => Interpreted_Logic True |
|
5599 |
| "$false" => Interpreted_Logic False |
|
5600 |
||
5601 |
| "$less" => Interpreted_ExtraLogic Less |
|
5602 |
| "$lesseq" => Interpreted_ExtraLogic LessEq |
|
5603 |
| "$greatereq" => Interpreted_ExtraLogic GreaterEq |
|
5604 |
| "$greater" => Interpreted_ExtraLogic Greater |
|
5605 |
| "$evaleq" => Interpreted_ExtraLogic EvalEq |
|
5606 |
||
5607 |
| "$is_int" => Interpreted_ExtraLogic Is_Int |
|
5608 |
| "$is_rat" => Interpreted_ExtraLogic Is_Rat |
|
5609 |
||
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5610 |
| "$distinct" => Interpreted_ExtraLogic Distinct |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5611 |
|
46844 | 5612 |
| thing => raise UNRECOGNISED_SYMBOL ("defined_functor", thing) |
5613 |
) |
|
5614 |
) |
|
47358 | 5615 |
in ( LrTable.NT 21, ( result, atomic_defined_word1left, |
5616 |
atomic_defined_word1right), rest671) |
|
46844 | 5617 |
end |
53394 | 5618 |
| ( 242, ( ( _, ( MlyValue.system_constant system_constant, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5619 |
system_constant1left, system_constant1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5620 |
result = MlyValue.system_term (( (system_constant, []) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5621 |
in ( LrTable.NT 24, ( result, system_constant1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5622 |
system_constant1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5623 |
end |
53394 | 5624 |
| ( 243, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.arguments |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5625 |
arguments, _, _)) :: _ :: ( _, ( MlyValue.system_functor |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5626 |
system_functor, system_functor1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5627 |
result = MlyValue.system_term (( (system_functor, arguments) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5628 |
in ( LrTable.NT 24, ( result, system_functor1left, RPAREN1right), |
46844 | 5629 |
rest671) |
5630 |
end |
|
53394 | 5631 |
| ( 244, ( ( _, ( MlyValue.system_functor system_functor, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5632 |
system_functor1left, system_functor1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5633 |
result = MlyValue.system_constant (( system_functor )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5634 |
in ( LrTable.NT 23, ( result, system_functor1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5635 |
system_functor1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5636 |
end |
53394 | 5637 |
| ( 245, ( ( _, ( MlyValue.atomic_system_word atomic_system_word, |
47358 | 5638 |
atomic_system_word1left, atomic_system_word1right)) :: rest671)) => |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5639 |
let val result = MlyValue.system_functor ( |
47358 | 5640 |
( System atomic_system_word )) |
5641 |
in ( LrTable.NT 22, ( result, atomic_system_word1left, |
|
5642 |
atomic_system_word1right), rest671) |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5643 |
end |
53394 | 5644 |
| ( 246, ( ( _, ( MlyValue.UPPER_WORD UPPER_WORD, UPPER_WORD1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5645 |
UPPER_WORD1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5646 |
MlyValue.variable_ (( UPPER_WORD )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5647 |
in ( LrTable.NT 10, ( result, UPPER_WORD1left, UPPER_WORD1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5648 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5649 |
end |
53394 | 5650 |
| ( 247, ( ( _, ( MlyValue.term term, term1left, term1right)) :: |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5651 |
rest671)) => let val result = MlyValue.arguments (( [term] )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5652 |
in ( LrTable.NT 20, ( result, term1left, term1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5653 |
end |
53394 | 5654 |
| ( 248, ( ( _, ( MlyValue.arguments arguments, _, arguments1right)) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5655 |
:: _ :: ( _, ( MlyValue.term term, term1left, _)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5656 |
val result = MlyValue.arguments (( term :: arguments )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5657 |
in ( LrTable.NT 20, ( result, term1left, arguments1right), rest671) |
46844 | 5658 |
|
5659 |
end |
|
53394 | 5660 |
| ( 249, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.term term2, |
46844 | 5661 |
_, _)) :: _ :: ( _, ( MlyValue.term term1, _, _)) :: _ :: ( _, ( |
5662 |
MlyValue.tff_logic_formula tff_logic_formula, _, _)) :: _ :: ( _, ( _, |
|
5663 |
ITE_T1left, _)) :: rest671)) => let val result = |
|
5664 |
MlyValue.conditional_term ( |
|
5665 |
( |
|
5666 |
Term_Conditional (tff_logic_formula, term1, term2) |
|
5667 |
)) |
|
5668 |
in ( LrTable.NT 33, ( result, ITE_T1left, RPAREN1right), rest671) |
|
5669 |
end |
|
53394 | 5670 |
| ( 250, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.term term, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5671 |
_, _)) :: _ :: ( _, ( MlyValue.tff_let_formula_defn |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5672 |
tff_let_formula_defn, _, _)) :: _ :: ( _, ( _, LET_FT1left, _)) :: |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5673 |
rest671)) => let val result = MlyValue.let_term ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5674 |
(Term_Let (tff_let_formula_defn, term) )) |
53394 | 5675 |
in ( LrTable.NT 146, ( result, LET_FT1left, RPAREN1right), rest671) |
46844 | 5676 |
|
5677 |
end |
|
53394 | 5678 |
| ( 251, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.term term, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5679 |
_, _)) :: _ :: ( _, ( MlyValue.tff_let_term_defn tff_let_term_defn, _ |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5680 |
, _)) :: _ :: ( _, ( _, LET_TT1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5681 |
result = MlyValue.let_term ((Term_Let (tff_let_term_defn, term) )) |
53394 | 5682 |
in ( LrTable.NT 146, ( result, LET_TT1left, RPAREN1right), rest671) |
46844 | 5683 |
|
5684 |
end |
|
53394 | 5685 |
| ( 252, ( ( _, ( MlyValue.useful_info useful_info, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5686 |
useful_info1right)) :: ( _, ( _, COMMA1left, _)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5687 |
val result = MlyValue.optional_info (( useful_info )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5688 |
in ( LrTable.NT 4, ( result, COMMA1left, useful_info1right), rest671) |
46844 | 5689 |
|
5690 |
end |
|
53394 | 5691 |
| ( 253, ( rest671)) => let val result = MlyValue.optional_info ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5692 |
( [] )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5693 |
in ( LrTable.NT 4, ( result, defaultPos, defaultPos), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5694 |
end |
53394 | 5695 |
| ( 254, ( ( _, ( MlyValue.general_list general_list, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5696 |
general_list1left, general_list1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5697 |
result = MlyValue.useful_info (( general_list )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5698 |
in ( LrTable.NT 16, ( result, general_list1left, general_list1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5699 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5700 |
end |
53394 | 5701 |
| ( 255, ( ( _, ( _, _, PERIOD1right)) :: _ :: ( _, ( |
46844 | 5702 |
MlyValue.formula_selection formula_selection, _, _)) :: ( _, ( |
47569
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
sultana
parents:
47360
diff
changeset
|
5703 |
MlyValue.file_name file_name, _, _)) :: _ :: ( _, ( _, (INCLUDEleft |
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
sultana
parents:
47360
diff
changeset
|
5704 |
as INCLUDE1left), INCLUDEright)) :: rest671)) => let val result = |
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
sultana
parents:
47360
diff
changeset
|
5705 |
MlyValue.include_ ( |
46844 | 5706 |
( |
47569
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
sultana
parents:
47360
diff
changeset
|
5707 |
Include ((this_file_name, INCLUDEleft + 1, INCLUDEright + 1), |
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
sultana
parents:
47360
diff
changeset
|
5708 |
file_name, formula_selection) |
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
sultana
parents:
47360
diff
changeset
|
5709 |
) |
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
sultana
parents:
47360
diff
changeset
|
5710 |
) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5711 |
in ( LrTable.NT 132, ( result, INCLUDE1left, PERIOD1right), rest671) |
46844 | 5712 |
|
5713 |
end |
|
53394 | 5714 |
| ( 256, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( MlyValue.name_list |
46844 | 5715 |
name_list, _, _)) :: _ :: ( _, ( _, COMMA1left, _)) :: rest671)) => |
5716 |
let val result = MlyValue.formula_selection (( name_list )) |
|
5717 |
in ( LrTable.NT 3, ( result, COMMA1left, RBRKT1right), rest671) |
|
5718 |
end |
|
53394 | 5719 |
| ( 257, ( rest671)) => let val result = MlyValue.formula_selection |
46844 | 5720 |
(( [] )) |
5721 |
in ( LrTable.NT 3, ( result, defaultPos, defaultPos), rest671) |
|
5722 |
end |
|
53394 | 5723 |
| ( 258, ( ( _, ( MlyValue.name_list name_list, _, name_list1right)) |
46844 | 5724 |
:: _ :: ( _, ( MlyValue.name name, name1left, _)) :: rest671)) => let |
5725 |
val result = MlyValue.name_list (( name :: name_list )) |
|
5726 |
in ( LrTable.NT 2, ( result, name1left, name_list1right), rest671) |
|
5727 |
||
5728 |
end |
|
53394 | 5729 |
| ( 259, ( ( _, ( MlyValue.name name, name1left, name1right)) :: |
46844 | 5730 |
rest671)) => let val result = MlyValue.name_list (( [name] )) |
5731 |
in ( LrTable.NT 2, ( result, name1left, name1right), rest671) |
|
5732 |
end |
|
53394 | 5733 |
| ( 260, ( ( _, ( MlyValue.general_data general_data, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5734 |
general_data1left, general_data1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5735 |
result = MlyValue.general_term (( General_Data general_data )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5736 |
in ( LrTable.NT 7, ( result, general_data1left, general_data1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5737 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5738 |
end |
53394 | 5739 |
| ( 261, ( ( _, ( MlyValue.general_term general_term, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5740 |
general_term1right)) :: _ :: ( _, ( MlyValue.general_data general_data |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5741 |
, general_data1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5742 |
MlyValue.general_term (( General_Term (general_data, general_term) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5743 |
in ( LrTable.NT 7, ( result, general_data1left, general_term1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5744 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5745 |
end |
53394 | 5746 |
| ( 262, ( ( _, ( MlyValue.general_list general_list, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5747 |
general_list1left, general_list1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5748 |
result = MlyValue.general_term (( General_List general_list )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5749 |
in ( LrTable.NT 7, ( result, general_list1left, general_list1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5750 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5751 |
end |
53394 | 5752 |
| ( 263, ( ( _, ( MlyValue.atomic_word atomic_word, atomic_word1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5753 |
atomic_word1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5754 |
MlyValue.general_data (( Atomic_Word atomic_word )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5755 |
in ( LrTable.NT 9, ( result, atomic_word1left, atomic_word1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5756 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5757 |
end |
53394 | 5758 |
| ( 264, ( ( _, ( MlyValue.general_function general_function, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5759 |
general_function1left, general_function1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5760 |
val result = MlyValue.general_data (( general_function )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5761 |
in ( LrTable.NT 9, ( result, general_function1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5762 |
general_function1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5763 |
end |
53394 | 5764 |
| ( 265, ( ( _, ( MlyValue.variable_ variable_, variable_1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5765 |
variable_1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5766 |
MlyValue.general_data (( V variable_ )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5767 |
in ( LrTable.NT 9, ( result, variable_1left, variable_1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5768 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5769 |
end |
53394 | 5770 |
| ( 266, ( ( _, ( MlyValue.number number, number1left, number1right)) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5771 |
:: rest671)) => let val result = MlyValue.general_data ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5772 |
( Number number )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5773 |
in ( LrTable.NT 9, ( result, number1left, number1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5774 |
end |
53394 | 5775 |
| ( 267, ( ( _, ( MlyValue.DISTINCT_OBJECT DISTINCT_OBJECT, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5776 |
DISTINCT_OBJECT1left, DISTINCT_OBJECT1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5777 |
result = MlyValue.general_data (( Distinct_Object DISTINCT_OBJECT )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5778 |
in ( LrTable.NT 9, ( result, DISTINCT_OBJECT1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5779 |
DISTINCT_OBJECT1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5780 |
end |
53394 | 5781 |
| ( 268, ( ( _, ( MlyValue.formula_data formula_data, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5782 |
formula_data1left, formula_data1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5783 |
result = MlyValue.general_data (( formula_data )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5784 |
in ( LrTable.NT 9, ( result, formula_data1left, formula_data1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5785 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5786 |
end |
53394 | 5787 |
| ( 269, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5788 |
MlyValue.general_terms general_terms, _, _)) :: _ :: ( _, ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5789 |
MlyValue.atomic_word atomic_word, atomic_word1left, _)) :: rest671)) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5790 |
=> let val result = MlyValue.general_function ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5791 |
( Application (atomic_word, general_terms) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5792 |
in ( LrTable.NT 15, ( result, atomic_word1left, RPAREN1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5793 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5794 |
end |
53394 | 5795 |
| ( 270, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.thf_formula |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5796 |
thf_formula, _, _)) :: _ :: ( _, ( _, DTHF1left, _)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5797 |
let val result = MlyValue.formula_data ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5798 |
( Formula_Data (THF, thf_formula) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5799 |
in ( LrTable.NT 12, ( result, DTHF1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5800 |
end |
53394 | 5801 |
| ( 271, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.tff_formula |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5802 |
tff_formula, _, _)) :: _ :: ( _, ( _, DTFF1left, _)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5803 |
let val result = MlyValue.formula_data ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5804 |
( Formula_Data (TFF, tff_formula) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5805 |
in ( LrTable.NT 12, ( result, DTFF1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5806 |
end |
53394 | 5807 |
| ( 272, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.fof_formula |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5808 |
fof_formula, _, _)) :: _ :: ( _, ( _, DFOF1left, _)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5809 |
let val result = MlyValue.formula_data ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5810 |
( Formula_Data (FOF, fof_formula) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5811 |
in ( LrTable.NT 12, ( result, DFOF1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5812 |
end |
53394 | 5813 |
| ( 273, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.cnf_formula |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5814 |
cnf_formula, _, _)) :: _ :: ( _, ( _, DCNF1left, _)) :: rest671)) => |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5815 |
let val result = MlyValue.formula_data ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5816 |
( Formula_Data (CNF, cnf_formula) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5817 |
in ( LrTable.NT 12, ( result, DCNF1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5818 |
end |
53394 | 5819 |
| ( 274, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.term term, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5820 |
_, _)) :: _ :: ( _, ( _, DFOT1left, _)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5821 |
result = MlyValue.formula_data (( Term_Data term )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5822 |
in ( LrTable.NT 12, ( result, DFOT1left, RPAREN1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5823 |
end |
53394 | 5824 |
| ( 275, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5825 |
MlyValue.general_terms general_terms, _, _)) :: ( _, ( _, LBRKT1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5826 |
_)) :: rest671)) => let val result = MlyValue.general_list ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5827 |
( general_terms )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5828 |
in ( LrTable.NT 5, ( result, LBRKT1left, RBRKT1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5829 |
end |
53394 | 5830 |
| ( 276, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( _, LBRKT1left, _)) :: |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5831 |
rest671)) => let val result = MlyValue.general_list (( [] )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5832 |
in ( LrTable.NT 5, ( result, LBRKT1left, RBRKT1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5833 |
end |
53394 | 5834 |
| ( 277, ( ( _, ( MlyValue.general_terms general_terms, _, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5835 |
general_terms1right)) :: _ :: ( _, ( MlyValue.general_term |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5836 |
general_term, general_term1left, _)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5837 |
MlyValue.general_terms (( general_term :: general_terms )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5838 |
in ( LrTable.NT 6, ( result, general_term1left, general_terms1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5839 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5840 |
end |
53394 | 5841 |
| ( 278, ( ( _, ( MlyValue.general_term general_term, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5842 |
general_term1left, general_term1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5843 |
result = MlyValue.general_terms (( [general_term] )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5844 |
in ( LrTable.NT 6, ( result, general_term1left, general_term1right), |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5845 |
rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5846 |
end |
53394 | 5847 |
| ( 279, ( ( _, ( MlyValue.atomic_word atomic_word, atomic_word1left, |
46844 | 5848 |
atomic_word1right)) :: rest671)) => let val result = MlyValue.name ( |
5849 |
( atomic_word )) |
|
5850 |
in ( LrTable.NT 1, ( result, atomic_word1left, atomic_word1right), |
|
5851 |
rest671) |
|
5852 |
end |
|
53394 | 5853 |
| ( 280, ( ( _, ( MlyValue.integer integer, integer1left, |
46844 | 5854 |
integer1right)) :: rest671)) => let val result = MlyValue.name ( |
5855 |
( integer )) |
|
5856 |
in ( LrTable.NT 1, ( result, integer1left, integer1right), rest671) |
|
5857 |
||
5858 |
end |
|
53394 | 5859 |
| ( 281, ( ( _, ( MlyValue.LOWER_WORD LOWER_WORD, LOWER_WORD1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5860 |
LOWER_WORD1right)) :: rest671)) => let val result = |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5861 |
MlyValue.atomic_word (( LOWER_WORD )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5862 |
in ( LrTable.NT 8, ( result, LOWER_WORD1left, LOWER_WORD1right), |
46844 | 5863 |
rest671) |
5864 |
end |
|
53394 | 5865 |
| ( 282, ( ( _, ( MlyValue.SINGLE_QUOTED SINGLE_QUOTED, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5866 |
SINGLE_QUOTED1left, SINGLE_QUOTED1right)) :: rest671)) => let val |
47689 | 5867 |
result = MlyValue.atomic_word (( dequote SINGLE_QUOTED )) |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5868 |
in ( LrTable.NT 8, ( result, SINGLE_QUOTED1left, SINGLE_QUOTED1right) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5869 |
, rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5870 |
end |
53394 | 5871 |
| ( 283, ( ( _, ( _, THF1left, THF1right)) :: rest671)) => let val |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5872 |
result = MlyValue.atomic_word (( "thf" )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5873 |
in ( LrTable.NT 8, ( result, THF1left, THF1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5874 |
end |
53394 | 5875 |
| ( 284, ( ( _, ( _, TFF1left, TFF1right)) :: rest671)) => let val |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5876 |
result = MlyValue.atomic_word (( "tff" )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5877 |
in ( LrTable.NT 8, ( result, TFF1left, TFF1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5878 |
end |
53394 | 5879 |
| ( 285, ( ( _, ( _, FOF1left, FOF1right)) :: rest671)) => let val |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5880 |
result = MlyValue.atomic_word (( "fof" )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5881 |
in ( LrTable.NT 8, ( result, FOF1left, FOF1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5882 |
end |
53394 | 5883 |
| ( 286, ( ( _, ( _, CNF1left, CNF1right)) :: rest671)) => let val |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5884 |
result = MlyValue.atomic_word (( "cnf" )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5885 |
in ( LrTable.NT 8, ( result, CNF1left, CNF1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5886 |
end |
53394 | 5887 |
| ( 287, ( ( _, ( _, INCLUDE1left, INCLUDE1right)) :: rest671)) => |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5888 |
let val result = MlyValue.atomic_word (( "include" )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5889 |
in ( LrTable.NT 8, ( result, INCLUDE1left, INCLUDE1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5890 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5891 |
end |
53394 | 5892 |
| ( 288, ( ( _, ( MlyValue.DOLLAR_WORD DOLLAR_WORD, DOLLAR_WORD1left, |
47358 | 5893 |
DOLLAR_WORD1right)) :: rest671)) => let val result = |
5894 |
MlyValue.atomic_defined_word (( DOLLAR_WORD )) |
|
53394 | 5895 |
in ( LrTable.NT 147, ( result, DOLLAR_WORD1left, DOLLAR_WORD1right), |
47358 | 5896 |
rest671) |
5897 |
end |
|
53394 | 5898 |
| ( 289, ( ( _, ( MlyValue.DOLLAR_DOLLAR_WORD DOLLAR_DOLLAR_WORD, |
47358 | 5899 |
DOLLAR_DOLLAR_WORD1left, DOLLAR_DOLLAR_WORD1right)) :: rest671)) => |
5900 |
let val result = MlyValue.atomic_system_word (( DOLLAR_DOLLAR_WORD ) |
|
5901 |
) |
|
53394 | 5902 |
in ( LrTable.NT 148, ( result, DOLLAR_DOLLAR_WORD1left, |
47358 | 5903 |
DOLLAR_DOLLAR_WORD1right), rest671) |
5904 |
end |
|
53394 | 5905 |
| ( 290, ( ( _, ( MlyValue.UNSIGNED_INTEGER UNSIGNED_INTEGER, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5906 |
UNSIGNED_INTEGER1left, UNSIGNED_INTEGER1right)) :: rest671)) => let |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5907 |
val result = MlyValue.integer (( UNSIGNED_INTEGER )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5908 |
in ( LrTable.NT 13, ( result, UNSIGNED_INTEGER1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5909 |
UNSIGNED_INTEGER1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5910 |
end |
53394 | 5911 |
| ( 291, ( ( _, ( MlyValue.SIGNED_INTEGER SIGNED_INTEGER, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5912 |
SIGNED_INTEGER1left, SIGNED_INTEGER1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5913 |
result = MlyValue.integer (( SIGNED_INTEGER )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5914 |
in ( LrTable.NT 13, ( result, SIGNED_INTEGER1left, |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5915 |
SIGNED_INTEGER1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5916 |
end |
53394 | 5917 |
| ( 292, ( ( _, ( MlyValue.integer integer, integer1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5918 |
integer1right)) :: rest671)) => let val result = MlyValue.number ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5919 |
( (Int_num, integer) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5920 |
in ( LrTable.NT 11, ( result, integer1left, integer1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5921 |
|
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5922 |
end |
53394 | 5923 |
| ( 293, ( ( _, ( MlyValue.REAL REAL, REAL1left, REAL1right)) :: |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5924 |
rest671)) => let val result = MlyValue.number (( (Real_num, REAL) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5925 |
in ( LrTable.NT 11, ( result, REAL1left, REAL1right), rest671) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5926 |
end |
53394 | 5927 |
| ( 294, ( ( _, ( MlyValue.RATIONAL RATIONAL, RATIONAL1left, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5928 |
RATIONAL1right)) :: rest671)) => let val result = MlyValue.number ( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5929 |
( (Rat_num, RATIONAL) )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5930 |
in ( LrTable.NT 11, ( result, RATIONAL1left, RATIONAL1right), rest671 |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5931 |
) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5932 |
end |
53394 | 5933 |
| ( 295, ( ( _, ( MlyValue.SINGLE_QUOTED SINGLE_QUOTED, |
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5934 |
SINGLE_QUOTED1left, SINGLE_QUOTED1right)) :: rest671)) => let val |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5935 |
result = MlyValue.file_name (( SINGLE_QUOTED )) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5936 |
in ( LrTable.NT 17, ( result, SINGLE_QUOTED1left, SINGLE_QUOTED1right |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5937 |
), rest671) |
46844 | 5938 |
end |
5939 |
| _ => raise (mlyAction i392) |
|
5940 |
end |
|
5941 |
val void = MlyValue.VOID |
|
5942 |
val extract = fn a => (fn MlyValue.tptp x => x |
|
5943 |
| _ => let exception ParseInternal |
|
62015 | 5944 |
in raise ParseInternal end) a |
46844 | 5945 |
end |
5946 |
end |
|
5947 |
structure Tokens : TPTP_TOKENS = |
|
5948 |
struct |
|
5949 |
type svalue = ParserData.svalue |
|
5950 |
type ('a,'b) token = ('a,'b) Token.token |
|
5951 |
fun AMPERSAND (p1,p2) = Token.TOKEN (ParserData.LrTable.T 0,( |
|
5952 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5953 |
fun AT_SIGN (p1,p2) = Token.TOKEN (ParserData.LrTable.T 1,( |
|
5954 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5955 |
fun CARET (p1,p2) = Token.TOKEN (ParserData.LrTable.T 2,( |
|
5956 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5957 |
fun COLON (p1,p2) = Token.TOKEN (ParserData.LrTable.T 3,( |
|
5958 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5959 |
fun COMMA (p1,p2) = Token.TOKEN (ParserData.LrTable.T 4,( |
|
5960 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5961 |
fun EQUALS (p1,p2) = Token.TOKEN (ParserData.LrTable.T 5,( |
|
5962 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5963 |
fun EXCLAMATION (p1,p2) = Token.TOKEN (ParserData.LrTable.T 6,( |
|
5964 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5965 |
fun LET (p1,p2) = Token.TOKEN (ParserData.LrTable.T 7,( |
|
5966 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5967 |
fun ARROW (p1,p2) = Token.TOKEN (ParserData.LrTable.T 8,( |
|
5968 |
ParserData.MlyValue.VOID,p1,p2)) |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
5969 |
fun FI (p1,p2) = Token.TOKEN (ParserData.LrTable.T 9,( |
46844 | 5970 |
ParserData.MlyValue.VOID,p1,p2)) |
5971 |
fun IFF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 10,( |
|
5972 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5973 |
fun IMPLIES (p1,p2) = Token.TOKEN (ParserData.LrTable.T 11,( |
|
5974 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5975 |
fun INCLUDE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 12,( |
|
5976 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5977 |
fun LAMBDA (p1,p2) = Token.TOKEN (ParserData.LrTable.T 13,( |
|
5978 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5979 |
fun LBRKT (p1,p2) = Token.TOKEN (ParserData.LrTable.T 14,( |
|
5980 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5981 |
fun LPAREN (p1,p2) = Token.TOKEN (ParserData.LrTable.T 15,( |
|
5982 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5983 |
fun MAP_TO (p1,p2) = Token.TOKEN (ParserData.LrTable.T 16,( |
|
5984 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5985 |
fun MMINUS (p1,p2) = Token.TOKEN (ParserData.LrTable.T 17,( |
|
5986 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5987 |
fun NAND (p1,p2) = Token.TOKEN (ParserData.LrTable.T 18,( |
|
5988 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5989 |
fun NEQUALS (p1,p2) = Token.TOKEN (ParserData.LrTable.T 19,( |
|
5990 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5991 |
fun XOR (p1,p2) = Token.TOKEN (ParserData.LrTable.T 20,( |
|
5992 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5993 |
fun NOR (p1,p2) = Token.TOKEN (ParserData.LrTable.T 21,( |
|
5994 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5995 |
fun PERIOD (p1,p2) = Token.TOKEN (ParserData.LrTable.T 22,( |
|
5996 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5997 |
fun PPLUS (p1,p2) = Token.TOKEN (ParserData.LrTable.T 23,( |
|
5998 |
ParserData.MlyValue.VOID,p1,p2)) |
|
5999 |
fun QUESTION (p1,p2) = Token.TOKEN (ParserData.LrTable.T 24,( |
|
6000 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6001 |
fun RBRKT (p1,p2) = Token.TOKEN (ParserData.LrTable.T 25,( |
|
6002 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6003 |
fun RPAREN (p1,p2) = Token.TOKEN (ParserData.LrTable.T 26,( |
|
6004 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6005 |
fun TILDE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 27,( |
|
6006 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6007 |
fun TOK_FALSE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 28,( |
|
6008 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6009 |
fun TOK_I (p1,p2) = Token.TOKEN (ParserData.LrTable.T 29,( |
|
6010 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6011 |
fun TOK_O (p1,p2) = Token.TOKEN (ParserData.LrTable.T 30,( |
|
6012 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6013 |
fun TOK_INT (p1,p2) = Token.TOKEN (ParserData.LrTable.T 31,( |
|
6014 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6015 |
fun TOK_REAL (p1,p2) = Token.TOKEN (ParserData.LrTable.T 32,( |
|
6016 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6017 |
fun TOK_RAT (p1,p2) = Token.TOKEN (ParserData.LrTable.T 33,( |
|
6018 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6019 |
fun TOK_TRUE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 34,( |
|
6020 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6021 |
fun TOK_TYPE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 35,( |
|
6022 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6023 |
fun VLINE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 36,( |
|
6024 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6025 |
fun EOF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 37,( |
|
6026 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6027 |
fun DTHF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 38,( |
|
6028 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6029 |
fun DFOF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 39,( |
|
6030 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6031 |
fun DCNF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 40,( |
|
6032 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6033 |
fun DFOT (p1,p2) = Token.TOKEN (ParserData.LrTable.T 41,( |
|
6034 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6035 |
fun DTFF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 42,( |
|
6036 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6037 |
fun REAL (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 43,( |
|
6038 |
ParserData.MlyValue.REAL i,p1,p2)) |
|
6039 |
fun RATIONAL (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 44,( |
|
6040 |
ParserData.MlyValue.RATIONAL i,p1,p2)) |
|
6041 |
fun SIGNED_INTEGER (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 45,( |
|
6042 |
ParserData.MlyValue.SIGNED_INTEGER i,p1,p2)) |
|
6043 |
fun UNSIGNED_INTEGER (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 46 |
|
6044 |
,(ParserData.MlyValue.UNSIGNED_INTEGER i,p1,p2)) |
|
6045 |
fun DOT_DECIMAL (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 47,( |
|
6046 |
ParserData.MlyValue.DOT_DECIMAL i,p1,p2)) |
|
6047 |
fun SINGLE_QUOTED (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 48,( |
|
6048 |
ParserData.MlyValue.SINGLE_QUOTED i,p1,p2)) |
|
6049 |
fun UPPER_WORD (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 49,( |
|
6050 |
ParserData.MlyValue.UPPER_WORD i,p1,p2)) |
|
6051 |
fun LOWER_WORD (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 50,( |
|
6052 |
ParserData.MlyValue.LOWER_WORD i,p1,p2)) |
|
6053 |
fun COMMENT (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 51,( |
|
6054 |
ParserData.MlyValue.COMMENT i,p1,p2)) |
|
6055 |
fun DISTINCT_OBJECT (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 52,( |
|
6056 |
ParserData.MlyValue.DISTINCT_OBJECT i,p1,p2)) |
|
6057 |
fun DUD (p1,p2) = Token.TOKEN (ParserData.LrTable.T 53,( |
|
6058 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6059 |
fun INDEF_CHOICE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 54,( |
|
6060 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6061 |
fun DEFIN_CHOICE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 55,( |
|
6062 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6063 |
fun OPERATOR_FORALL (p1,p2) = Token.TOKEN (ParserData.LrTable.T 56,( |
|
6064 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6065 |
fun OPERATOR_EXISTS (p1,p2) = Token.TOKEN (ParserData.LrTable.T 57,( |
|
6066 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6067 |
fun PLUS (p1,p2) = Token.TOKEN (ParserData.LrTable.T 58,( |
|
6068 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6069 |
fun TIMES (p1,p2) = Token.TOKEN (ParserData.LrTable.T 59,( |
|
6070 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6071 |
fun GENTZEN_ARROW (p1,p2) = Token.TOKEN (ParserData.LrTable.T 60,( |
|
6072 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6073 |
fun DEP_SUM (p1,p2) = Token.TOKEN (ParserData.LrTable.T 61,( |
|
6074 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6075 |
fun DEP_PROD (p1,p2) = Token.TOKEN (ParserData.LrTable.T 62,( |
|
6076 |
ParserData.MlyValue.VOID,p1,p2)) |
|
47358 | 6077 |
fun DOLLAR_WORD (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 63,( |
6078 |
ParserData.MlyValue.DOLLAR_WORD i,p1,p2)) |
|
6079 |
fun DOLLAR_DOLLAR_WORD (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T |
|
6080 |
64,(ParserData.MlyValue.DOLLAR_DOLLAR_WORD i,p1,p2)) |
|
46844 | 6081 |
fun SUBTYPE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 65,( |
6082 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6083 |
fun LET_TERM (p1,p2) = Token.TOKEN (ParserData.LrTable.T 66,( |
|
6084 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6085 |
fun THF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 67,( |
|
6086 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6087 |
fun TFF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 68,( |
|
6088 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6089 |
fun FOF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 69,( |
|
6090 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6091 |
fun CNF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 70,( |
|
6092 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6093 |
fun ITE_F (p1,p2) = Token.TOKEN (ParserData.LrTable.T 71,( |
|
6094 |
ParserData.MlyValue.VOID,p1,p2)) |
|
6095 |
fun ITE_T (p1,p2) = Token.TOKEN (ParserData.LrTable.T 72,( |
|
6096 |
ParserData.MlyValue.VOID,p1,p2)) |
|
47357
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
6097 |
fun LET_TF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 73,( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
6098 |
ParserData.MlyValue.VOID,p1,p2)) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
6099 |
fun LET_FF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 74,( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
6100 |
ParserData.MlyValue.VOID,p1,p2)) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
6101 |
fun LET_FT (p1,p2) = Token.TOKEN (ParserData.LrTable.T 75,( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
6102 |
ParserData.MlyValue.VOID,p1,p2)) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
6103 |
fun LET_TT (p1,p2) = Token.TOKEN (ParserData.LrTable.T 76,( |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
6104 |
ParserData.MlyValue.VOID,p1,p2)) |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
6105 |
end |
15e579392a68
refactored tptp yacc to bring close to official spec;
sultana
parents:
47316
diff
changeset
|
6106 |
end |