55.5.0+dev0-2025-04-28/'Parsing,symbol_start@$unit@@@#int@@@@@@8../../stdlib/parsing.mliRR@@'Parsing@@@*symbol_end@@@@@@@@@@Z,,Z,H@@A@@)rhs_start@(@@@-@@@@@@,]nn-]n@@+B@@'rhs_end@=@@@B@@@@@@AcBc@@@C@@0symbol_start_pos.@X@@@&Stdlib&Lexing(position@@@@@@[f\f@@ZD@@.symbol_end_pos/@r@@@&Stdlib&Lexing(position@@@@@@uiNNviNz@@tE@@-rhs_start_pos0@@@@&Stdlib&Lexing(position@@@@@@ll@@F@@+rhs_end_pos1@@@@&Stdlib&Lexing(position@@@@@@o = =o = e@@G@@,clear_parser2@@@@@@@@@@r  r  @@H@@±+Parse_error3A##exnG@@@Ay  y  @@I@B@)set_trace4@$bool@@@@@@@@@~  ~  @@J@@*parser_env5B;@@@A@@@@@M  M  @@@@K@A@,parse_tables6C;@@'actions_@@%array@'Parsing*parser_env@@@&Stdlib#Obj!t@@@@@@@@P P (@@M@,transl_const`@@#'@@@@@@'Q)-(Q)F@@&N@,transl_blocka@@6:@@@@@@:RGK;RGd@@9O@#lhsb@@&string@@@HSeiISev@@GP@#lenc@@@@@UTw{VTw@@TQ@&defredd@@@@@bUcU@@aR@%dgotoe@@(@@@oVpV@@nS@&sindexf@@5@@@|W}W@@{T@&rindexg@@B@@@XX@@U@&gindexh@@O@@@YY@@V@)tablesizei@@@@@ZZ@@W@%tablej@@i@@@[ [@@X@%checkk@@v@@@\\-@@Y@.error_functionl@@@@@@@@@@@].2].R@@Z@+names_constm@@@@@ð^SW^Sl@@[@+names_blockn@@@@@ư_mq_m@@\@@@A@@@@@O  _m@@@@L@A@±&YYexitD#1@&Stdlib#Obj!t@@@@@Aaa@@]@B@'yyparse@'Parsing,parse_tables@@@@@@@@@&Stdlib&Lexing&lexbuf@@@!a@E@@@@&Stdlib&Lexing&lexbuf@@@!b@E@@@@@@@@@@DcEd@@C^@@(peek_val@'Parsing*parser_env@@@@_@@@!a@E@@@@@@deee@@c_@@4is_current_lookahead@!a@E@@@@@@@zf{fD@@y`@@+parse_error@C@@@@@@@@@gEEgEe@@a@@@3 .The run-time library for parsers generated by )ocamlyacc!.@@@@@@@@@@@@A8../../stdlib/parsing.mli4Parsing.symbol_start3,symbol_start% and 2Parsing.symbol_endD@ are to be called in the action part of a grammar rule only. They return the offset of the string that matches the left-hand side of the rule: .symbol_start() / returns the offset of the first character; ,symbol_end() a returns the offset after the last character. The first character in a file is at offset 0.@@@@@@@@@@@@@ @@@@Ǡ3$See .D@!.@@@@@@@@@@@@@@@@@Ġ1Parsing.rhs_start3(Same as CD@% and =D@ 6, but return the offset of the string matching the !n 5th item on the right-hand side of the rule, where !n is the integer parameter to )rhs_start% and 'rhs_end". !n< is 1 for the leftmost item.@@@@@@@@@@@@@N@@@@蠕/Parsing.rhs_end3$See BD@!.@@@@@@@@@@@@@c@@@@蠕8Parsing.symbol_start_pos3(Same as ,symbol_start/, but return a (position6 instead of an offset.@@@@@@@@@@@@@~@@@@頕6Parsing.symbol_end_pos3(Same as *symbol_end/, but return a (position6 instead of an offset.@@@@@@@@@@@@@@@@@ꠕ5Parsing.rhs_start_pos3(Same as )rhs_start/, but return a (position6 instead of an offset.@@@@@@@@@@@@@@@@@렕3Parsing.rhs_end_pos3(Same as 'rhs_end/, but return a (position6 instead of an offset.@@@@@@@@@@@@@@@@@정4Parsing.clear_parser3  Empty the parser stack. Call it just after a parsing function has returned, to remove all pointers from the parser stack to structures that were built by semantic actions during parsing. This is optional, but lowers the memory requirements of the programs.@@@@@@@@@@@@@@@@@栗3Parsing.Parse_error3 Raised when a parser encounters a syntax error. Can also be raised from the action part of a grammar rule, to initiate error recovery.@@@@@@@@@@@@@@@@@@1Parsing.set_trace3>Control debugging support for )ocamlyacc>-generated parsers. After 6Parsing.set_trace true , the pushdown automaton that executes the parsers prints a trace of its actions (reading a token, shifting a state, reducing by a rule) on standard output. 7Parsing.set_trace false b turns this debugging trace off. The boolean returned is the previous state of the trace flag.@@@@$3.11@@@@@@@@@@@@@@:@@A#Obj&Lexing@@@@@