Mindfck Devlog 1: Making a High Level Programming Language to Brainfuck
Originally posted on My Personal Blog
Part 2
A few months ago, I embarked on another esolang project: Minfck. It's a simple, easy-to-use language that transpiles to the infamous brainfuck1. In this a...