BrainF--kという言語のインタプリタ BrainF--kという言語を実行するプログラムです。 asciiで、32~126まで対応しているはずです。 バグがあったらお知らせください This is a program that executes BrainF--k code (an interpreter, I suppose). It is intended to support ASCII characters in the range 32 to 126. Please let me know if you find any bugs.
scratchは大文字と小文字が区別できないから,を使ったとき必ず大文字になってしまう。 このバグを解決するための方法は一応あるが、労力が膨大なので要望がないならば解決しない。 Scratch doesn’t distinguish between uppercase and lowercase letters, so when you use “,” it always ends up capitalized. There is a way to fix this bug, but it’s a bit of a hassle, so I won’t bother unless someone specifically asks for it.