A compiler/interpreter for brainfuck written in C to help me get better at C.
  • C 97.2%
  • Makefile 2.8%
Find a file
2022-03-16 13:41:32 -04:00
.gitignore Ignore files without extension 2022-03-15 19:29:06 -04:00
cranium.c Add ><+-., support to the interpreter 2022-03-16 13:41:32 -04:00
LICENSE Initial commit 2022-03-15 19:15:30 -04:00
Makefile Add ><+-., support to the interpreter 2022-03-16 13:41:32 -04:00
README.md Ignore files without extension 2022-03-15 19:29:06 -04:00

Cranium

Cranium is a compiler and interpreter for brainfuck written in C. The main reason I've written this is to get better at C, and to help me learn more about compilers.