0x80070050
Jump to navigation
Jump to search
0x80070050 or sorry this file exists(which is what this error code is for...for the file existing) is a esolang created by User:Yayimhere inspired by An Odd Rewriting System spesefically the part in the TC proof where it uses a spesific format to represent a CA. it really just annoys you
memory
there are 3 memory things:
a
a string that cannot be changedb
just anothera
- the string which is what is modified
syntax
there are these commands:
⟨xyz⟩
define rule thatxyz -> a
andzyx -> b
in the string⟪x∧y⟫
definea
andb
tox
andy
. its only legal once in the program(idea by User:ais523)⦑x⦒
define rulexa -> b
andx -> xb
in the string❮x❯
set the string tox
. must be on first line‹x›
x
is a comment₫
print the string with a newline¤
print the string without a newline◎
apply all the rules defined(kinda likecensor
in STIYALFICL) in order from their definitons⇔
reset all rules
each command must be on different lines and i applied top to bottom. the program loops until no replacements applies. all rules defined will not get redefined if ran again
examples
❮Hello, world!❯ ₫
❮*❯ ⟪?∧*⟫ ₫ ⦑*⦒ ◎
(the ?
is just anything thats not in the string ever)
this shows that 0x80070050 is more power full than a Linear bounded automaton