We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

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