Skip to content

Latest commit

 

History

History
99 lines (93 loc) · 5.47 KB

TODO.md

File metadata and controls

99 lines (93 loc) · 5.47 KB

TODO for esoteric programming languages

There are many string-rewriting esolangs; however, I only include those which can express patterns more complex than literal strings and which match languages of any alphabet. Regular expressions could be converted to Markov algorithms a Post canonical system (which are both Turing-complete, so the reverse is not always possible).

Links to regular expressions

Uses string rewriting

Footnotes

  1. https://esolangs.org/wiki/Special:WhatLinksHere/Regular_expression 2 3 4 5 6

  2. https://esolangs.org/wiki/Category:String-rewriting_paradigm 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

  3. https://esolangs.org/wiki/Special:WhatLinksHere/Rewriting 2 3 4 5 6 7