Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 319 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 319 Bytes

bfg

bfg is a Brainfuck interpreter in Go.

Usage

bfg <path-to-file>

Dependencies

  • Go 1.20

Feature support

  • Implements >, <, +, -, ., ,, [ and ].

Contributing

You can fork this repository and run the code, make your changes to your repository and send a Pull Request.