OBFI

Brainfuck Interpreter
git clone http://git.omkov.net/OBFI
Log | Tree | Refs | README | LICENCE | Download

Date Message Author Files + -
2024-01-27 01:18:37 Remedy Mandelbrot long tape segfault issue Jakob Wakeling 4 +92 -80
2023-12-28 03:23:49 Clean up and move to C23, add a Makefile Jakob Wakeling 14 +117 -245
2022-03-09 09:35:10 Relicense to MIT Jakob Wakeling 4 +25 -62
2022-03-09 09:34:21 Update libutil Jakob Wakeling 10 +230 -204
2021-08-18 04:38:23 Add note for large tape length segfault Jakob Wakeling 1 +4 -0
2021-08-18 04:27:31 Stop converting instructions to opcodes Jakob Wakeling 1 +11 -16
2021-08-18 04:25:09 Add tape length flag Jakob Wakeling 1 +13 -5
2020-09-21 02:50:41 Add optimisation comments Jakob Wakeling 1 +12 -2
2020-09-20 03:18:23 Add basic comments Jakob Wakeling 1 +5 -0
2020-08-28 08:29:35 Add optget Jakob Wakeling 4 +216 -4
2020-08-26 12:02:57 Move lib into subdirectory Jakob Wakeling 4 +3 -2
2020-08-26 10:26:08 Change behaviour on EOF to 0 instead of -1 Jakob Wakeling 2 +2 -2
2020-08-17 11:19:41 Remove unused includes Jakob Wakeling 1 +0 -2
2020-08-14 08:31:45 Update error source files Jakob Wakeling 5 +105 -57
2020-08-14 08:20:16 Update licence Jakob Wakeling 2 +0 -6
2020-07-14 01:19:48 Restructure and refactor interpreter Jakob Wakeling 6 +149 -440