Aryadev Chavali 7ab65da761 simulation: add mutation (disabled) and fix bf interpreter
So I was using safe subtraction to fix the heads at 0, but BF itself
wraps heads around the tape if they overflow/underflow.  This
completely changes the presentation of the simulation.
2026-03-18 09:33:03 +00:00
2026-03-10 21:03:13 +00:00
2026-03-09 07:18:48 +00:00
2026-03-10 21:20:25 +00:00
2026-03-17 21:32:59 +00:00
2026-03-09 07:18:48 +00:00
2026-03-09 07:18:48 +00:00

┌───────────────────────────────────────────────┐
│   ____                      _     _  __       │
│  / ___|___  _ __ ___  _ __ | |   (_)/ _| ___  │
│ | |   / _ \| '_ ` _ \| '_ \| |   | | |_ / _ \ │
│ | |__| (_) | | | | | | |_) | |___| |  _|  __/ │
│  \____\___/|_| |_| |_| .__/|_____|_|_|  \___| │
│                      |_|                      │
└───────────────────────────────────────────────┘

Computation Life where life is a Brainfuck program.
Description
No description provided
Readme GPL-2.0 2.1 MiB
Languages
C 98.7%
Shell 1.3%