bfbuilder

Homepage: http://zk-phi.gitub.io

Author: zk_phi

Updated:

Summary

A brainfuck development environment with interactive debugger

Commentary

Require this script and setup `auto-mode-alist'

  (require 'bfbuilder)
  (add-to-list 'auto-mode-alist '("\\.bf$" . bfbuilder-mode))

then `bfbuilder-mode' is activated when opening ".bf" files.

For more informations, see "Readme".

Dependencies