IPAfuck
Jump to navigation
Jump to search
IPAfuck is a Brainfuck language based on IPA.
Syntax
IPAfuck | Brainfuck(pseudo) |
---|---|
i | > |
y | < |
e | + |
ø | - |
ɛ | . (Write the data as a Character) |
œ | : (Write the data as a Integer) |
æ | , (Read the data as a Character) |
a | ~ (Read the data as a Integer) |
ɶ[Value] | =[Value] (Set data to value) |
ɪ | [ |
ʏ | ] |
Programs
Hello, world!
ɶ['H']ɛɶ['e']ɛɶ['l']ɛɶ['l']ɛɶ['o']ɛɶ[',']ɛɶ[' ']ɛɶ['w']ɛɶ['o']ɛɶ['r']ɛɶ['l']ɛɶ['d']ɛɶ['!']ɛ
A+B
œiœɪyeiøʏya