Skip to content

Releases: govindparmar/BrainfuckCompiler

Brainfuck Compiler v1.0.1

08 Apr 13:33
Compare
Choose a tag to compare

Minor bug fix: added #include <string.h> which is, according to the C standard (§ 7.24.6.1) the library that includes memset. Prior to this, memset was available in either <stdio.h> or <stdlib.h> due to an implementation detail of my own compiler.

Brainfuck Compiler 1.0

04 Apr 13:34
Compare
Choose a tag to compare
v1.0

Minor; alignment of commas etc.