]> iEval git - filters.git/blobdiff - jethro.l
hmm, wasn't executable before?
[filters.git] / jethro.l
index 1ea0f79a655e028dfdc05cf544cf76bb1b785152..408d396a9adbc3427da4465e7f85a38196691f63 100644 (file)
--- a/jethro.l
+++ b/jethro.l
@@ -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();
-}
-
This page took 0.021106 seconds and 4 git commands to generate.