# -*- shell-script -*- # "show style" debugger command # # Copyright (C) 2016 Rocky Bernstein # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. If not, write to # the Free Software Foundation, 59 Temple Place, Suite 330, Boston, # MA 02111 USA. # If run standalone, pull in other files we need if [[ $0 == ${BASH_SOURCE[0]} ]] { global dirname := $(BASH_SOURCE[0]%/*) [[ $dirname == $0 ]] && global top_dir := ''../..'' || global top_dir := "$(dirname)/../.." [[ -z $_Dbg_libdir ]] && global _Dbg_libdir := $top_dir for file in [help alias] { source $top_dir/lib/$(file).sh; } } _Dbg_help_add_sub show style \ "Show pygments terminal formatting style" 1 proc _Dbg_do_show_style { typeset label="$1" [[ -n $label ]] && global label := ''style: '' _Dbg_msg_nocr \ "$(label)Pygments terminal formatting style is " if [[ -n $_Dbg_set_style ]] { _Dbg_msg "$(_Dbg_set_style)." } else { _Dbg_msg 'off.' } return 0 } (CommandList children: [ (If arms: [ (if_arm cond: [ (Sentence child: (DBracket expr: (BoolBinary op_id: BoolBinary_GlobDEqual left: {($ VSub_Number "$0")} right: { (BracedVarSub token: bracket_op: (ArrayIndex expr:(ArithWord w:{(Lit_Digits 0)})) spids: [69 74] ) } ) ) terminator: ) ] action: [ (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:dirname) op: Equal rhs: { (BracedVarSub token: bracket_op: (ArrayIndex expr:(ArithWord w:{(Lit_Digits 0)})) suffix_op: (StringUnary op_id:VOp1_Percent arg_word:{(Lit_Slash /) ("*")}) spids: [84 92] ) } spids: [83] ) ] spids: [83] ) (AndOr children: [ (DBracket expr: (BoolBinary op_id: BoolBinary_GlobDEqual left: {($ VSub_Name "$dirname")} right: {($ VSub_Number "$0")} ) ) (AndOr children: [ (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:top_dir) op: Equal rhs: {(SQ <../..>)} spids: [107] ) ] spids: [107] ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:top_dir) op: Equal rhs: {(${ VSub_Name dirname) (/../..)} spids: [114] ) ] spids: [114] ) ] op_id: Op_DPipe ) ] op_id: Op_DAmp ) (AndOr children: [ (DBracket expr: (BoolUnary op_id:BoolUnary_z child:{($ VSub_Name "$_Dbg_libdir")}) ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:_Dbg_libdir) op: Equal rhs: {($ VSub_Name "$top_dir")} spids: [131] ) ] spids: [131] ) ] op_id: Op_DAmp ) (ForEach iter_name: file iter_words: [{(help)} {(alias)}] do_arg_iter: False body: (DoGroup children: [ (Sentence child: (C {(source)} {($ VSub_Name "$top_dir") (/lib/) (${ VSub_Name file) (.sh)}) terminator: ) ] spids: [147 159] ) spids: [140 145] ) ] spids: [-1 80] ) ] spids: [-1 161] ) (C {(_Dbg_help_add_sub)} {(show)} {(style)} {(DQ ("Show pygments terminal formatting style"))} {(1)}) (FuncDef name: _Dbg_do_show_style body: (BraceGroup children: [ (C {(typeset)} {(Lit_VarLike "label=") (DQ ($ VSub_Number "$1"))}) (AndOr children: [ (DBracket expr: (BoolUnary op_id:BoolUnary_n child:{($ VSub_Name "$label")}) ) (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:label) op: Equal rhs: {(SQ <"style: ">)} spids: [203] ) ] spids: [203] ) ] op_id: Op_DAmp ) (C {(_Dbg_msg_nocr)} {(DQ (${ VSub_Name label) ("Pygments terminal formatting style is "))}) (If arms: [ (if_arm cond: [ (Sentence child: (DBracket expr: (BoolUnary op_id:BoolUnary_n child:{($ VSub_Name "$_Dbg_set_style")}) ) terminator: ) ] action: [(C {(_Dbg_msg)} {(DQ (${ VSub_Name _Dbg_set_style) (.))})] spids: [-1 233] ) ] else_action: [(C {(_Dbg_msg)} {(SQ )})] spids: [246 256] ) (ControlFlow token: arg_word:{(0)}) ] spids: [182] ) spids: [178 181] ) ] )