Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 486 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 486 Bytes

BFmeta

Brainf*ckでリフレクションができるようにしたプログラミング言語BFmetaのインタプリタ・デバッガ

高速なインタプリタの実装: bfmi-cpp

install

$ git clone https://github.com/primenumber/BFmeta.git
$ cd BFmeta
$ bundle install

run

$ bundle exec ruby bfmeta.rb source.bfm

debug

$ bundle exec ruby bfmeta.rb source.bfm input.txt output.txt --debug