brainfuck
Infinite Counting Loop in Brainfuck
As a debugger/test program for my brainf*ck implementation, I have created the following counting loop:[详细]
2023-04-03 21:32 分类:问答Brainfuck interpreter using cellular automata
Does anyone have a set of cellular automat开发者_如何学编程a rules for a brainfuck interpreter?I assume it would it be similar to implementations of a universal turing machine.Those exist on wolfram s[详细]
2023-03-29 03:26 分类:问答getchar() taking the last char from previous printf()?
I\'m writing a compiler/interpreter for the esoteric language brainf*ck (I\'m not too sure on StackOverflow\'s profanity policy, so I\'ll censor myself until somebody tells me I don\'t have to), and I[详细]
2023-03-26 13:17 分类:问答Optimisation for a brainfuck interpreter
As an exercise to help me learn about interpreters and optimisation, neither of which I know anything about, I have written a brainfuck interpreter in C. It appears to work flawlessly thus far, though[详细]
2023-03-23 05:36 分类:问答How to move the pointer by arbitrary amount in BrainFuck?
For example, if the array is like 0 0 0 0 ... 0 0[n]s o m e d a t a 4 9 9 9开发者_开发知识库 9 9 9 8 3 7 ..., how to move the pointer by n, without changing s o m e d a t a 4 9 9 9 ... after the point[详细]
2023-03-12 05:15 分类:问答Calculating average of 2 digits
How to calculate average of 2 digits with brainfuck ? I mean i have two digits for example 2 3 and its average is 2.开发者_如何学Go5[详细]
2023-03-09 15:53 分类:问答Brainfuck compare 2 numbers as greater than or less than
How can I compare two numbers with an inequality? (greater than or less than) I w开发者_Go百科ant to compare single digits[详细]
2023-03-08 21:47 分类:问答Making a JIT compiler
I\'ve written a Brainfuck implementation (C++) that works like this: Read input brainfuck file Do trivial optimizations[详细]
2023-03-05 07:53 分类:问答Code for multiplying two one digit numbers in Brainfuck
Can someone please post a code piece for multiplying two one-digit numbers in the progra开发者_如何学Pythonmming language brainf*ck?,>,< input numbers at cell #1 #2[详细]
2023-02-14 03:08 分类:问答Are there any full featured Brainfuck editors available? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-06 13:25 分类:问答