X-Git-Url: http://git.ieval.ro/?p=filters.git;a=blobdiff_plain;f=jethro.l;h=231ef24afa424929cae0a32b5285a38517bf0fc4;hp=1ea0f79a655e028dfdc05cf544cf76bb1b785152;hb=HEAD;hpb=7e3afbbacdd24f8c3fb87599eeda32b977fe6d6c diff --git a/jethro.l b/jethro.l index 1ea0f79..231ef24 100644 --- a/jethro.l +++ b/jethro.l @@ -169,7 +169,7 @@ char WhAt[]="@(#)Duane Paulson's hillbilly text filter. (jethro)\n@(#)$Header: j [Dd]og SUB("Dawg"); [Ll]awyer | [Ll]egal{BW}counc[ei]l | -[Ll]egal{BW}councellor | +[Ll]egal{BW}councillor | [Aa]ttorney | [Aa]ttorney{BW}[Aa]t{BW}[Ll]aw SUB("City slicker"); @@ -206,7 +206,6 @@ char WhAt[]="@(#)Duane Paulson's hillbilly text filter. (jethro)\n@(#)$Header: j {SW}[Aa]t{BW}all{EW} *(yytext+1)=(char)'A'; SESUB("A tall"); {SW}[Aa]m{EW} | -{SW}[Aa]re{EW} SESUB("Is"); {SW}[Ww]as{EW} | {SW}[Ww]ere{EW} SESUB("Wuz"); {SW}[Ww]asn't{EW} SESUB("Wasunt"); @@ -231,7 +230,6 @@ ing SUB("in"); {SW}[Tt]oo{EW} SESUB("Besides"); {SW}[Tt]o{EW} SESUB("Tuh"); {SW}[Aa][n]?{EW} SESUB("Ah"); -{SW}[Aa]re{EW} | {SW}[Oo]ur{EW} | {SW}[Oo]r{EW} SESUB("Ore"); {SW}[Oo]f{EW} SESUB("Uv"); @@ -265,9 +263,3 @@ er{EW} ESUB("uh"); ! SUB(". Ye DAWGies!!!"); %% - -main() -{ - yylex(); -} -