1
0
Fork
You've already forked brainy
0
brainfuck implementation in c
  • C 91.1%
  • Brainfuck 4.5%
  • Makefile 4.4%
2025年06月26日 13:50:48 -04:00
programs cleanup 2025年06月26日 12:47:25 -04:00
.gitignore simpler implementation 2025年06月26日 12:19:05 -04:00
brainy.c add help dialog so we don't segfault when too few args 2025年06月26日 12:43:12 -04:00
LICENSE add license 2025年06月26日 13:50:48 -04:00
Makefile simplify implementation 2025年06月26日 12:38:03 -04:00
README.md cleanup 2025年06月26日 12:47:25 -04:00

Brainy

A brainfuck implementation in C. Why? Why not.

Building

  • Requires a C99 compiler and the C standard library
make

Usage

./brainy path/to/program