/usr/share/polygen/eng/pythoniser.grm is in polygen-data 1.0.6.ds2-13.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | I ::= "title: Pythonizer\n"
^ "author: Pan <pansk@tiscalinet.it>\n"
^ "language: english\n"
^ "status: final\n"
^ "topic: misc\n"
^ "audience: anybody\n"
^ "created: 14/10/2002"
;
S ::= \Action ^"." \You ^"." \Parental ^"." \Final ^"."
;
Parental ::= (YourMother [^"," OtherParents] | YourFather [^"," OtherParents] | (YourMother "and" YourFather) | OtherParents)
;
OtherParents ::= Son | ("your grandmother" | "your aunt" | "your sister" | "your brother") ParentalInsult
;
Son ::= "son of" Insult1 ParentName
;
Insult1 ::= ("a silly" | "a stupid" | "an idiot" | "a fat" | "an ugly" | "a bad smelling" | "an old" | "a rather useless")
;
ParentName ::= ("person" | "police officer" | "dead parrot" | "three headed monkey" | "so-called" ("man" | "woman") )
;
Action ::= SelfAction | "I" MyAction
;
SelfAction ::= (Action1 | Action2 | Action1 "and" Action2)
;
MyAction ::= (Action3 | Action4 | Action3 "and" Action4)
;
Action1 ::= ("piss on" | "shit on" | "lick") Target
;
Target ::= "yourself" | "your bigaunt" | "your friends" | "your" Animal4
;
Action2 ::= "go" ["away"] | "boil your bottom" | "hit yourself" ["repeatedly"] "with a" ["large" | "big"] ("fish" | "eggplant")
;
Action3 ::= ("piss on" Target2 | "shit on" Target2 | "spit on" Target2 | "fart in your" ["general"] "direction")
;
Target2 ::= "you" | "your bigaunt" | "your friends" | "your" Animal4
;
Action4 ::= "boil your bottom" | "hit you" ["repeatedly"] "with a" ["large" | "big"] ("fish" | "eggplant")
;
YourMother ::= "your mother" ParentalInsult
;
Animal ::= Animal1 | Animal2
;
Animal1 ::= Insult1 Animal4
;
Animal2 ::= ("an hamster" | "a reindeer" | "a cow" | "an horse" | "a" [dead] "parrot" | "an asshole")
;
Animal3 ::= ("other peoples" | ["dead"] Animals)
;
Animals ::= ("hamsters" | "reindeers" | "cows" | "horses" | "parrots")
;
Animal4 ::= ("hamster" | "reindeer" | "cow" | "horse" | "dead parrot");
YourFather ::= "your father" ParentalInsult
;
Smelling ::= "elderberries" | "strawberries" | "eggplants" | "shit" | "banana"
;
Final ::= Action
;
You ::= "you're" Animal | "You" ("wiper" | "cleaner" | "eater") "of" [Animal3] ("bottoms" | "private parts" | "escrements")
;
ParentalInsult ::= ("was" Animal | ("smelt" ("of" Smelling | "like" Animal)))
;
|