(* plex compiled with -OG2p3 *) >plex -v -o xrlex.l TP Lex Version 4.1a [April 2000], Copyright (c) 1990-2000 Albert Graef parse ... DFA construction ... DFA optimization ... code generation ... DONE 169 lines, 44 rules, 173/1200 p, 2/600 s, 0/1200 t. (see xrlex.lst for more information) (* plex compiled with -Og2p3 or -OG1p3 *) >plex -v -o xrlex.l TP Lex Version 4.1a [April 2000], Copyright (c) 1990-2000 Albert Graef parse ... DFA construction ... DFA optimization ... code generation ... DONE 169 lines, 44 rules, 173/1200 p, 61/600 s, 102/1200 t. (see xrlex.lst for more information) (* pyacc compiled with -OG2p3 *) >pyacc -v xrpars.y TP Yacc Version 4.1a [April 2000], Copyright (c) 1990-2000 Albert Graef parse ... sort ... closures ... Runtime error 216 at $0040CA1C $0040CA1C MOVE, line 76 of F:/FPCDevel/SrcCVS123104/fpc/rtl/i386/i386.inc $00407FA5 SETUNION, line 349 of YaccBase.pas $0040208B CLOSURES, line 94 of YaccClos.pas $00407452 GENERATE_PARSER, line 580 of YaccSem.pas $00409B20 YYACTION, line 250 of pyacc.pas $00409716 YYPARSE, line 2079 of pyacc.pas $0040B5F5 main, line 2479 of pyacc.pas (* pyacc compiled with -Og2p3 or -OG1p3 *) >pyacc -v xrpars.y TP Yacc Version 4.1a [April 2000], Copyright (c) 1990-2000 Albert Graef parse ... sort ... closures ... first sets ... LR0 set ... lookaheads ... code generation ... DONE 1396 lines, 433/900 rules, 691/1200 s, 3334/9600 i, 3138/9600 t, 487/1200 r. 1 shift/reduce conflicts. (see xrpars.lst for more information)