Stack-Based Brainfuck Language Interpreter Implemented in Go
-
Updated
Mar 1, 2020 - Go
Stack-Based Brainfuck Language Interpreter Implemented in Go
This is an interpreter written in Go-Lang for the esoteric Befunge-93 Programming Language. Befunge is a two-dimensional stack-based, reflective, esoteric programming language. It differs from conventional languages in that programs are arranged on a two-dimensional grid.
A stack-manipulating programming implemented in Go that can be used for code golfing. Derived from Cjam.
Add a description, image, and links to the stack-based topic page so that developers can more easily learn about it.
To associate your repository with the stack-based topic, visit your repo's landing page and select "manage topics."