Brainshit

From Esolang
Jump to navigation Jump to search

Brainshit is a esolang created by User:Yayimhere, its just BF but different

changes

first of all commands are changed like this:

+ -> {
- -> }
[ -> [
] -> ]
> -> (
< -> )
. -> ⁅
, -> ⁆

also all brackets must be matched. also this is not allowed:

[(])

so in BNF:

S := S | e | ( S ) | [ S ] | { S } | ⁅ S ⁆

where e is empty string