%{ %} #include def.tin #include string.tin %start command %% command : nan | nan {global ds9; if {!$ds9(init)} {YYERROR} else {yyclearin; YYACCEPT}} STRING_ ; nan : STRING_ {ProcessCmdSet pds9 nan $1 PrefsNanColor} ; %% proc nan::yyerror {msg} { variable yycnt variable yy_current_buffer variable index_ ParserError $msg $yycnt $yy_current_buffer $index_ }