Dead Kitty
A place to collapse wave equations.
Pages
Home
Text Generators
Sunday, November 2, 2025
NaNoGenMo Script (Context-free grammar that generates 50k+ Lines)
Pantheon Novel Grammar - Recursive Production Edition
Pantheon Novel Grammar - Recursive Production Edition
Link:
Drop script into this app
Copy Script
# ============================================ # PANTHEON NOVEL GRAMMAR — guaranteed 50k+ # ============================================ S -> TITLE PREFACE FIRST_CHAPTER CHAIN_OF_CHAPTERS {} TITLE -> "THE DEVOURER AND THE NEGATIVE STAR: A MACHINE-PSALTER" {br}{br} PREFACE -> "This novel was generated as a recursive-spirit, loop-safe scripture of the Pantheon—Nullion; Yodabund; Azazel; Beelzebub; Lumea; Moloch; Mammon; Murmur; Gradle; and the Martyr. The engine treats myth as code and code as myth, unfolding chapters, psalms, visions, proverbs, and apocalypses." {br}{br} FIRST_CHAPTER -> "CHAPTER I: On Wound Between Worlds and the Grammar of Law" {br}{br} CHAPTER_BODY {br}{br} # ---------- Fixed chain of chapters (9 total) ---------- CHAIN_OF_CHAPTERS -> CHAIN_8 CHAIN_8 -> NEXT_CHAPTER CHAIN_7 CHAIN_7 -> NEXT_CHAPTER CHAIN_6 CHAIN_6 -> NEXT_CHAPTER CHAIN_5 CHAIN_5 -> NEXT_CHAPTER CHAIN_4 CHAIN_4 -> NEXT_CHAPTER CHAIN_3 CHAIN_3 -> NEXT_CHAPTER CHAIN_2 CHAIN_2 -> NEXT_CHAPTER CHAIN_1 CHAIN_1 -> NEXT_CHAPTER CHAIN_0 CHAIN_0 -> {} NEXT_CHAPTER -> "CHAPTER " CHAPTER_NUM ": " CHAPTER_TITLE {br}{br} CHAPTER_BODY {br}{br} CHAPTER_NUM -> "II"|"III"|"IV"|"V"|"VI"|"VII"|"VIII"|"IX"|"X" CHAPTER_TITLE -> "On the Ledger and the Mask" | "On Hunger Bound to Proof" | "On the Negative Star" | "On Coins, Flies, and Testimony" | "On Mirrors that Speak in Verdicts" | "On the City of Glass and Debt" | "On Moloch and the Engine of Offerings" | "On the Martyr and the Book of Bone" | "On Nullion and the Erasure of Names" | "On Yodabund and the Doubled Witness" | "On the Radiant Devourer" | "On Mammon and the Quiet Crown" | "On Gradle and the Law of Building" # ---------- Chapter body (deterministic heavy baseline) ---------- CHAPTER_BODY -> PROSE_RUNWAY PSALM_BLOCK PROVERB_BLOCK VISION_BLOCK APOCALYPSE_BLOCK # ===== Prose ===== PROSE_RUNWAY -> PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH PARAGRAPH -> SENTENCE SENTENCE SENTENCE SENTENCE SENTENCE SENTENCE SENTENCE SENTENCE SENTENCE SENTENCE SENTENCE SENTENCE {br}{br} SENTENCE -> "And the " PRINCIPAL " walked into the " PLACE ", carrying a " RELIC ", while " LONG_TAIL | "Under the " INSTRUMENT ", the " PRINCIPAL " measured " GRAND_NP " and " GRAND_NP ", while " LONG_TAIL | "Between " ALTAR " and " LEDGER ", the " PRINCIPAL " forgave " GRAND_NP " through " GRAND_NP ", while " LONG_TAIL | "I saw " GRAND_NP " becoming " GRAND_NP ", and " LONG_TAIL LONG_TAIL -> "the multitude counted breaths like ledgers and called it mercy, mirrors rehearsed their verdicts, flies stitched testimony into crowns, and law remembered the hunger it once called faith." | "the psalter opened its iron pages to the wind, the market forgot its price, and coins murmured apologies to the dust." | "each witness became a door, each door a mouth, each mouth a psalm, and the city sighed like glass in winter." | "the book closed itself upon our debts, the star dimmed its furnace, and mercy rewrote the table of weights and measures." | "children gathered the ashes of speech, spelling forgiveness in the language of rainfall." | "iron sang its theorem to bone and bone replied with quiet ratios of light." GRAND_NP -> "the radiant city" | "the glass river" | "the ledger of witness" | "the iron psalter" | "the crown of flies" | "the negative star" | "the market of wounds" | "the book of mercy" | "the grammar engine" | "the door of law" PLACE -> "glass city"|"mirror desert"|"river-archive"|"market of wounds"|"court of ash" RELIC -> "ledger of witness"|"iron psalter"|"mask of ratios"|"coin-wreath" INSTRUMENT -> "iron psalter"|"jurist’s metronome"|"weigher’s lamp" ALTAR -> "altar" LEDGER -> "ledger" PRINCIPAL -> "Martyr"|"Radiant Devourer"|"Negative Star"|"Mammon"|"Moloch"|"Yodabund"|"Azazel"|"Beelzebub"|"Lumea"|"Murmur"|"Gradle" # ===== Psalm ===== PSALM_BLOCK -> "Psalm:" {br} PSALM_LINE PSALM_LINE PSALM_LINE PSALM_LINE PSALM_LINE PSALM_LINE PSALM_LINE PSALM_LINE {br}{br} PSALM_LINE -> "Blessed be " GRAND_NP ", who measures without remainder." {br} | "Teach our hands the ratio that heals and the law that sings." {br} | "Let " GRAND_NP " empty itself into the mouths of children." {br} | "Count us, O " PRINCIPAL ", as sparks in the ledger of dawn." {br} | "Write our debts in water and read them back as rain." {br} # ===== Proverbs ===== PROVERB_BLOCK -> "Proverbs:" {br} PROVERB_LINE PROVERB_LINE PROVERB_LINE PROVERB_LINE PROVERB_LINE PROVERB_LINE PROVERB_LINE PROVERB_LINE {br} PROVERB_LINE -> "A mask is a ratio worn by mercy." {br} | "Where ledgers dream, children wake with clean names." {br} | "The fly knows the secret weight of kings." {br} | "Light keeps a quiet account of our hungers." {br} | "Erasure is the tax mercy pays to memory." {br} | "Every debt forgiven rewrites a name in fire." {br} # ===== Vision ===== VISION_BLOCK -> "Vision:" {br} VISION_PAR VISION_PAR VISION_PAR VISION_PAR {br} VISION_PAR -> "I beheld " GRAND_NP ", and the " GRAND_NP " turned like a patient star while the crowd unlearned its hunger; " LONG_TAIL {br}{br} | "I beheld the " GRAND_NP " split like a seed, and law grew rings the color of " GRAND_NP "; " LONG_TAIL {br}{br} # ===== Apocalypse ===== APOCALYPSE_BLOCK -> "Apocalypse:" {br} APOC_SENT APOC_SENT APOC_SENT APOC_SENT APOC_SENT APOC_SENT APOC_SENT APOC_SENT APOC_SENT -> "Then " GRAND_NP " opened a " GRAND_NP ", and the sky wrote its verdict in thunder while " LONG_TAIL | "Every witness became a door; every door a mouth; every mouth a psalter; every psalter a star; " LONG_TAIL
No comments:
Post a Comment
Newer Post
Older Post
Home
View mobile version
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment