package morbig

  1. Overview
  2. Docs
constraint 'b reduce = 'b reduce
method visit_Program_LineBreak_CompleteCommands_LineBreak : 'c -> linebreak' -> complete_commands' -> linebreak' -> 'd
method visit_Program_LineBreak : 'c -> linebreak' -> 'd
method visit_program : 'c -> program -> 'd
method visit_CompleteCommands_CompleteCommands_NewlineList_CompleteCommand : 'c -> complete_commands' -> newline_list' -> complete_command' -> 'd
method visit_CompleteCommands_CompleteCommand : 'c -> complete_command' -> 'd
method visit_complete_commands : 'c -> complete_commands -> 'd
method visit_CompleteCommand_CList_SeparatorOp : 'c -> clist' -> separator_op' -> 'd
method visit_CompleteCommand_CList : 'c -> clist' -> 'd
method visit_complete_command : 'c -> complete_command -> 'd
method visit_CList_CList_SeparatorOp_AndOr : 'c -> clist' -> separator_op' -> and_or' -> 'd
method visit_CList_AndOr : 'c -> and_or' -> 'd
method visit_clist : 'c -> clist -> 'd
method visit_AndOr_Pipeline : 'c -> pipeline' -> 'd
method visit_AndOr_AndOr_AndIf_LineBreak_Pipeline : 'c -> and_or' -> linebreak' -> pipeline' -> 'd
method visit_AndOr_AndOr_OrIf_LineBreak_Pipeline : 'c -> and_or' -> linebreak' -> pipeline' -> 'd
method visit_and_or : 'c -> and_or -> 'd
method visit_Pipeline_PipeSequence : 'c -> pipe_sequence' -> 'd
method visit_Pipeline_Bang_PipeSequence : 'c -> pipe_sequence' -> 'd
method visit_pipeline : 'c -> pipeline -> 'd
method visit_PipeSequence_Command : 'c -> command' -> 'd
method visit_PipeSequence_PipeSequence_Pipe_LineBreak_Command : 'c -> pipe_sequence' -> linebreak' -> command' -> 'd
method visit_pipe_sequence : 'c -> pipe_sequence -> 'd
method visit_Command_SimpleCommand : 'c -> simple_command' -> 'd
method visit_Command_CompoundCommand : 'c -> compound_command' -> 'd
method visit_Command_CompoundCommand_RedirectList : 'c -> compound_command' -> redirect_list' -> 'd
method visit_Command_FunctionDefinition : 'c -> function_definition' -> 'd
method visit_command : 'c -> command -> 'd
method visit_CompoundCommand_BraceGroup : 'c -> brace_group' -> 'd
method visit_CompoundCommand_Subshell : 'c -> subshell' -> 'd
method visit_CompoundCommand_ForClause : 'c -> for_clause' -> 'd
method visit_CompoundCommand_CaseClause : 'c -> case_clause' -> 'd
method visit_CompoundCommand_IfClause : 'c -> if_clause' -> 'd
method visit_CompoundCommand_WhileClause : 'c -> while_clause' -> 'd
method visit_CompoundCommand_UntilClause : 'c -> until_clause' -> 'd
method visit_compound_command : 'c -> compound_command -> 'd
method visit_Subshell_Lparen_CompoundList_Rparen : 'c -> compound_list' -> 'd
method visit_subshell : 'c -> subshell -> 'd
method visit_CompoundList_LineBreak_Term : 'c -> linebreak' -> term' -> 'd
method visit_CompoundList_LineBreak_Term_Separator : 'c -> linebreak' -> term' -> separator' -> 'd
method visit_compound_list : 'c -> compound_list -> 'd
method visit_Term_Term_Separator_AndOr : 'c -> term' -> separator' -> and_or' -> 'd
method visit_Term_AndOr : 'c -> and_or' -> 'd
method visit_term : 'c -> term -> 'd
method visit_ForClause_For_Name_DoGroup : 'c -> name' -> do_group' -> 'd
method visit_ForClause_For_Name_SequentialSep_DoGroup : 'c -> name' -> sequential_sep' -> do_group' -> 'd
method visit_ForClause_For_Name_LineBreak_In_SequentialSep_DoGroup : 'c -> name' -> linebreak' -> sequential_sep' -> do_group' -> 'd
method visit_ForClause_For_Name_LineBreak_In_WordList_SequentialSep_DoGroup : 'c -> name' -> linebreak' -> wordlist' -> sequential_sep' -> do_group' -> 'd
method visit_for_clause : 'c -> for_clause -> 'd
method visit_WordList_WordList_Word : 'c -> wordlist' -> word' -> 'd
method visit_WordList_Word : 'c -> word' -> 'd
method visit_wordlist : 'c -> wordlist -> 'd
method visit_CaseClause_Case_Word_LineBreak_In_LineBreak_CaseList_Esac : 'c -> word' -> linebreak' -> linebreak' -> case_list' -> 'd
method visit_CaseClause_Case_Word_LineBreak_In_LineBreak_CaseListNS_Esac : 'c -> word' -> linebreak' -> linebreak' -> case_list_ns' -> 'd
method visit_CaseClause_Case_Word_LineBreak_In_LineBreak_Esac : 'c -> word' -> linebreak' -> linebreak' -> 'd
method visit_case_clause : 'c -> case_clause -> 'd
method visit_CaseListNS_CaseList_CaseItemNS : 'c -> case_list' -> case_item_ns' -> 'd
method visit_CaseListNS_CaseItemNS : 'c -> case_item_ns' -> 'd
method visit_case_list_ns : 'c -> case_list_ns -> 'd
method visit_CaseList_CaseList_CaseItem : 'c -> case_list' -> case_item' -> 'd
method visit_CaseList_CaseItem : 'c -> case_item' -> 'd
method visit_case_list : 'c -> case_list -> 'd
method visit_CaseItemNS_Pattern_Rparen_LineBreak : 'c -> pattern' -> linebreak' -> 'd
method visit_CaseItemNS_Pattern_Rparen_CompoundList : 'c -> pattern' -> compound_list' -> 'd
method visit_CaseItemNS_Lparen_Pattern_Rparen_LineBreak : 'c -> pattern' -> linebreak' -> 'd
method visit_CaseItemNS_Lparen_Pattern_Rparen_CompoundList : 'c -> pattern' -> compound_list' -> 'd
method visit_case_item_ns : 'c -> case_item_ns -> 'd
method visit_CaseItem_Pattern_Rparen_LineBreak_Dsemi_LineBreak : 'c -> pattern' -> linebreak' -> linebreak' -> 'd
method visit_CaseItem_Pattern_Rparen_CompoundList_Dsemi_LineBreak : 'c -> pattern' -> compound_list' -> linebreak' -> 'd
method visit_CaseItem_Lparen_Pattern_Rparen_LineBreak_Dsemi_LineBreak : 'c -> pattern' -> linebreak' -> linebreak' -> 'd
method visit_CaseItem_Lparen_Pattern_Rparen_CompoundList_Dsemi_LineBreak : 'c -> pattern' -> compound_list' -> linebreak' -> 'd
method visit_case_item : 'c -> case_item -> 'd
method visit_Pattern_Word : 'c -> word' -> 'd
method visit_Pattern_Pattern_Pipe_Word : 'c -> pattern' -> word' -> 'd
method visit_pattern : 'c -> pattern -> 'd
method visit_IfClause_If_CompoundList_Then_CompoundList_ElsePart_Fi : 'c -> compound_list' -> compound_list' -> else_part' -> 'd
method visit_IfClause_If_CompoundList_Then_CompoundList_Fi : 'c -> compound_list' -> compound_list' -> 'd
method visit_if_clause : 'c -> if_clause -> 'd
method visit_ElsePart_Elif_CompoundList_Then_CompoundList : 'c -> compound_list' -> compound_list' -> 'd
method visit_ElsePart_Elif_CompoundList_Then_CompoundList_ElsePart : 'c -> compound_list' -> compound_list' -> else_part' -> 'd
method visit_ElsePart_Else_CompoundList : 'c -> compound_list' -> 'd
method visit_else_part : 'c -> else_part -> 'd
method visit_WhileClause_While_CompoundList_DoGroup : 'c -> compound_list' -> do_group' -> 'd
method visit_while_clause : 'c -> while_clause -> 'd
method visit_UntilClause_Until_CompoundList_DoGroup : 'c -> compound_list' -> do_group' -> 'd
method visit_until_clause : 'c -> until_clause -> 'd
method visit_FunctionDefinition_Fname_Lparen_Rparen_LineBreak_FunctionBody : 'c -> fname' -> linebreak' -> function_body' -> 'd
method visit_function_definition : 'c -> function_definition -> 'd
method visit_FunctionBody_CompoundCommand : 'c -> compound_command' -> 'd
method visit_FunctionBody_CompoundCommand_RedirectList : 'c -> compound_command' -> redirect_list' -> 'd
method visit_function_body : 'c -> function_body -> 'd
method visit_Fname_Name : 'c -> name -> 'd
method visit_fname : 'c -> fname -> 'd
method visit_BraceGroup_LBrace_CompoundList_RBrace : 'c -> compound_list' -> 'd
method visit_brace_group : 'c -> brace_group -> 'd
method visit_DoGroup_Do_CompoundList_Done : 'c -> compound_list' -> 'd
method visit_do_group : 'c -> do_group -> 'd
method visit_SimpleCommand_CmdPrefix_CmdWord_CmdSuffix : 'c -> cmd_prefix' -> cmd_word' -> cmd_suffix' -> 'd
method visit_SimpleCommand_CmdPrefix_CmdWord : 'c -> cmd_prefix' -> cmd_word' -> 'd
method visit_SimpleCommand_CmdPrefix : 'c -> cmd_prefix' -> 'd
method visit_SimpleCommand_CmdName_CmdSuffix : 'c -> cmd_name' -> cmd_suffix' -> 'd
method visit_SimpleCommand_CmdName : 'c -> cmd_name' -> 'd
method visit_simple_command : 'c -> simple_command -> 'd
method visit_CmdName_Word : 'c -> word' -> 'd
method visit_cmd_name : 'c -> cmd_name -> 'd
method visit_CmdWord_Word : 'c -> word' -> 'd
method visit_cmd_word : 'c -> cmd_word -> 'd
method visit_CmdPrefix_IoRedirect : 'c -> io_redirect' -> 'd
method visit_CmdPrefix_CmdPrefix_IoRedirect : 'c -> cmd_prefix' -> io_redirect' -> 'd
method visit_CmdPrefix_AssignmentWord : 'c -> assignment_word' -> 'd
method visit_CmdPrefix_CmdPrefix_AssignmentWord : 'c -> cmd_prefix' -> assignment_word' -> 'd
method visit_cmd_prefix : 'c -> cmd_prefix -> 'd
method visit_CmdSuffix_IoRedirect : 'c -> io_redirect' -> 'd
method visit_CmdSuffix_CmdSuffix_IoRedirect : 'c -> cmd_suffix' -> io_redirect' -> 'd
method visit_CmdSuffix_Word : 'c -> word' -> 'd
method visit_CmdSuffix_CmdSuffix_Word : 'c -> cmd_suffix' -> word' -> 'd
method visit_cmd_suffix : 'c -> cmd_suffix -> 'd
method visit_RedirectList_IoRedirect : 'c -> io_redirect' -> 'd
method visit_RedirectList_RedirectList_IoRedirect : 'c -> redirect_list' -> io_redirect' -> 'd
method visit_redirect_list : 'c -> redirect_list -> 'd
method visit_IoRedirect_IoFile : 'c -> io_file' -> 'd
method visit_IoRedirect_IoNumber_IoFile : 'c -> io_number -> io_file' -> 'd
method visit_IoRedirect_IoHere : 'c -> io_here' -> 'd
method visit_IoRedirect_IoNumber_IoHere : 'c -> io_number -> io_here' -> 'd
method visit_io_redirect : 'c -> io_redirect -> 'd
method visit_IoFile_Less_FileName : 'c -> filename' -> 'd
method visit_IoFile_LessAnd_FileName : 'c -> filename' -> 'd
method visit_IoFile_Great_FileName : 'c -> filename' -> 'd
method visit_IoFile_GreatAnd_FileName : 'c -> filename' -> 'd
method visit_IoFile_DGreat_FileName : 'c -> filename' -> 'd
method visit_IoFile_LessGreat_FileName : 'c -> filename' -> 'd
method visit_IoFile_Clobber_FileName : 'c -> filename' -> 'd
method visit_io_file : 'c -> io_file -> 'd
method visit_Filename_Word : 'c -> word' -> 'd
method visit_filename : 'c -> filename -> 'd
method visit_IoHere_DLess_HereEnd : 'c -> here_end' -> word' Stdlib.ref -> 'd
method visit_IoHere_DLessDash_HereEnd : 'c -> here_end' -> word' Stdlib.ref -> 'd
method visit_io_here : 'c -> io_here -> 'd
method visit_HereEnd_Word : 'c -> word' -> 'd
method visit_here_end : 'c -> here_end -> 'd
method visit_NewLineList_NewLine : 'c -> 'd
method visit_NewLineList_NewLineList_NewLine : 'c -> newline_list' -> 'd
method visit_newline_list : 'c -> newline_list -> 'd
method visit_LineBreak_NewLineList : 'c -> newline_list' -> 'd
method visit_LineBreak_Empty : 'c -> 'd
method visit_linebreak : 'c -> linebreak -> 'd
method visit_SeparatorOp_Uppersand : 'c -> 'd
method visit_SeparatorOp_Semicolon : 'c -> 'd
method visit_separator_op : 'c -> separator_op -> 'd
method visit_Separator_SeparatorOp_LineBreak : 'c -> separator_op' -> linebreak' -> 'd
method visit_Separator_NewLineList : 'c -> newline_list' -> 'd
method visit_separator : 'c -> separator -> 'd
method visit_SequentialSep_Semicolon_LineBreak : 'c -> linebreak' -> 'd
method visit_SequentialSep_NewLineList : 'c -> newline_list' -> 'd
method visit_sequential_sep : 'c -> sequential_sep -> 'd
method visit_Word : 'c -> string -> word_cst -> 'd
method visit_word : 'c -> word -> 'd
method visit_word_cst : 'c -> word_cst -> 'd
method visit_WordSubshell : 'c -> subshell_kind -> program located -> 'd
method visit_WordName : 'c -> string -> 'd
method visit_WordAssignmentWord : 'c -> assignment_word -> 'd
method visit_WordDoubleQuoted : 'c -> word -> 'd
method visit_WordSingleQuoted : 'c -> word -> 'd
method visit_WordLiteral : 'c -> string -> 'd
method visit_WordVariable : 'c -> variable -> 'd
method visit_WordGlobAll : 'c -> 'd
method visit_WordGlobAny : 'c -> 'd
method visit_WordReBracketExpression : 'c -> bracket_expression -> 'd
method visit_WordEmpty : 'c -> 'd
method visit_word_component : 'c -> word_component -> 'd
method visit_BracketExpression_LBRACKET_MatchingList_RBRACKET : 'c -> matching_list -> 'd
method visit_BracketExpression_LBRACKET_NonMatchingList_RBRACKET : 'c -> nonmatching_list -> 'd
method visit_bracket_expression : 'c -> bracket_expression -> 'd
method visit_MatchingList_BracketList : 'c -> bracket_list -> 'd
method visit_matching_list : 'c -> matching_list -> 'd
method visit_NonMatchingList_BracketList : 'c -> bracket_list -> 'd
method visit_nonmatching_list : 'c -> nonmatching_list -> 'd
method visit_BracketList_FollowList : 'c -> follow_list -> 'd
method visit_BracketList_FollowList_MINUS : 'c -> follow_list -> 'd
method visit_bracket_list : 'c -> bracket_list -> 'd
method visit_FollowList_ExpressionTerm : 'c -> expression_term -> 'd
method visit_FollowList_FollowList_ExpressionTerm : 'c -> follow_list -> expression_term -> 'd
method visit_follow_list : 'c -> follow_list -> 'd
method visit_ExpressionTerm_SingleExpression : 'c -> single_expression -> 'd
method visit_ExpressionTerm_RangeExpression : 'c -> range_expression -> 'd
method visit_expression_term : 'c -> expression_term -> 'd
method visit_SingleExpression_EndRange : 'c -> end_range -> 'd
method visit_SingleExpression_CharacterClass : 'c -> character_class -> 'd
method visit_SingleExpression_EquivalenceClass : 'c -> equivalence_class -> 'd
method visit_single_expression : 'c -> single_expression -> 'd
method visit_RangeExpression_StartRange_EndRange : 'c -> start_range -> end_range -> 'd
method visit_RangeExpression_StartRange_MINUS : 'c -> start_range -> 'd
method visit_range_expression : 'c -> range_expression -> 'd
method visit_StartRange_EndRange_MINUS : 'c -> end_range -> 'd
method visit_start_range : 'c -> start_range -> 'd
method visit_EndRange_COLLELEMSINGLE : 'c -> char -> 'd
method visit_EndRangeCollatingSymbol : 'c -> collating_symbol -> 'd
method visit_end_range : 'c -> end_range -> 'd
method visit_CollatingSymbol_OpenDot_COLLELEMSINGLE_DotClose : 'c -> char -> 'd
method visit_CollatingSymbol_OpenDot_COLLELEMMULTI_DotClose : 'c -> string -> 'd
method visit_CollatingSymbol_OpenDot_METACHAR_DotClose : 'c -> char -> 'd
method visit_collating_symbol : 'c -> collating_symbol -> 'd
method visit_EquivalenceClass_OpenEqual_COLLELEMSINGLE_EqualClose : 'c -> char -> 'd
method visit_EquivalenceClass_OpenEqual_COLLELEMMULTI_EqualClose : 'c -> string -> 'd
method visit_equivalence_class : 'c -> equivalence_class -> 'd
method visit_CharacterClass_OpenColon_CLASSNAME_ColonClose : 'c -> class_name -> 'd
method visit_character_class : 'c -> character_class -> 'd
method visit_ClassName : 'c -> string -> 'd
method visit_class_name : 'c -> class_name -> 'd
method visit_Range : 'e -> char list -> 'd
method visit_character_range : 'e -> character_range -> 'd
method visit_VariableAtom : 'c -> string -> variable_attribute -> 'd
method visit_variable : 'c -> variable -> 'd
method visit_NoAttribute : 'c -> 'd
method visit_ParameterLength : 'c -> word -> 'd
method visit_UseDefaultValues : 'c -> string -> word -> 'd
method visit_AssignDefaultValues : 'c -> string -> word -> 'd
method visit_IndicateErrorifNullorUnset : 'c -> string -> word -> 'd
method visit_UseAlternativeValue : 'c -> string -> word -> 'd
method visit_RemoveSmallestSuffixPattern : 'c -> word -> 'd
method visit_RemoveLargestSuffixPattern : 'c -> word -> 'd
method visit_RemoveSmallestPrefixPattern : 'c -> word -> 'd
method visit_RemoveLargestPrefixPattern : 'c -> word -> 'd
method visit_variable_attribute : 'c -> variable_attribute -> 'd
method visit_SubShellKindBackQuote : 'c -> 'd
method visit_SubShellKindParentheses : 'c -> 'd
method visit_subshell_kind : 'c -> subshell_kind -> 'd
method visit_Name : 'c -> string -> 'd
method visit_name : 'c -> name -> 'd
method visit_assignment_word : 'c -> assignment_word -> 'd
method visit_IONumber : 'c -> string -> 'd
method visit_io_number : 'c -> io_number -> 'd
method visit_program' : 'c -> program located -> 'd
method visit_complete_commands' : 'c -> complete_commands' -> 'd
method visit_complete_command' : 'c -> complete_command' -> 'd
method visit_clist' : 'c -> clist' -> 'd
method visit_and_or' : 'c -> and_or' -> 'd
method visit_pipeline' : 'c -> pipeline' -> 'd
method visit_pipe_sequence' : 'c -> pipe_sequence' -> 'd
method visit_command' : 'c -> command' -> 'd
method visit_compound_command' : 'c -> compound_command' -> 'd
method visit_subshell' : 'c -> subshell' -> 'd
method visit_compound_list' : 'c -> compound_list' -> 'd
method visit_term' : 'c -> term' -> 'd
method visit_for_clause' : 'c -> for_clause' -> 'd
method visit_wordlist' : 'c -> wordlist' -> 'd
method visit_case_clause' : 'c -> case_clause' -> 'd
method visit_case_list_ns' : 'c -> case_list_ns' -> 'd
method visit_case_list' : 'c -> case_list' -> 'd
method visit_case_item_ns' : 'c -> case_item_ns' -> 'd
method visit_case_item' : 'c -> case_item' -> 'd
method visit_pattern' : 'c -> pattern' -> 'd
method visit_if_clause' : 'c -> if_clause' -> 'd
method visit_else_part' : 'c -> else_part' -> 'd
method visit_while_clause' : 'c -> while_clause' -> 'd
method visit_until_clause' : 'c -> until_clause' -> 'd
method visit_function_definition' : 'c -> function_definition' -> 'd
method visit_function_body' : 'c -> function_body' -> 'd
method visit_fname' : 'c -> fname' -> 'd
method visit_brace_group' : 'c -> brace_group' -> 'd
method visit_do_group' : 'c -> do_group' -> 'd
method visit_simple_command' : 'c -> simple_command' -> 'd
method visit_cmd_name' : 'c -> cmd_name' -> 'd
method visit_cmd_word' : 'c -> cmd_word' -> 'd
method visit_cmd_prefix' : 'c -> cmd_prefix' -> 'd
method visit_cmd_suffix' : 'c -> cmd_suffix' -> 'd
method visit_redirect_list' : 'c -> redirect_list' -> 'd
method visit_io_redirect' : 'c -> io_redirect' -> 'd
method visit_io_file' : 'c -> io_file' -> 'd
method visit_filename' : 'c -> filename' -> 'd
method visit_io_here' : 'c -> io_here' -> 'd
method visit_here_end' : 'c -> here_end' -> 'd
method visit_newline_list' : 'c -> newline_list' -> 'd
method visit_linebreak' : 'c -> linebreak' -> 'd
method visit_separator_op' : 'c -> separator_op' -> 'd
method visit_separator' : 'c -> separator' -> 'd
method visit_sequential_sep' : 'c -> sequential_sep' -> 'd
method visit_word' : 'c -> word' -> 'd
method visit_name' : 'c -> name' -> 'd
method visit_assignment_word' : 'c -> assignment_word' -> 'd
OCaml

Innovation. Community. Security.