gitextract_wm4li01d/ ├── .gitignore ├── Brainstorming.txt ├── Grammar.txt ├── LICENSE ├── README.md ├── _config.yml ├── bin/ │ └── TRUMP ├── src/ │ └── trumpscript/ │ ├── __init__.py │ ├── allowed_words.py │ ├── compiler.py │ ├── constants.py │ ├── disallowed_words.py │ ├── main.py │ ├── parser.py │ ├── tokenizer.py │ ├── utils.py │ └── vocabulary.py └── test/ ├── test.py └── test_files/ ├── 99-bottles.tr ├── china.txt ├── debate_vs_hillary.txt ├── debate_vs_jeb.txt ├── debate_vs_rubio.txt ├── debatesvdebates.txt ├── debatevsdark.txt ├── fizz_buzz.txt ├── haiku.txt ├── huge_test.tr ├── loves_china.tr ├── math.txt ├── nonterm_quote.txt ├── not_english.txt ├── not_patriotic.txt ├── primeTest.tr ├── rig_the_polls.tr ├── test_1.txt ├── testing_else.tr ├── toupee.txt ├── toupee_junk.txt └── trump_vs_army.txt