sunjay / brain

A high level programming language that compiles into the brainfuck esoteric programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book / Tutorials

sunjay opened this issue · comments

Nothing helps people use something more than documentation. It would be nice to provide something in addition to the examples which sequentially walks through the syntax and features of the brain programming language.

This could even start out as a simple cheat sheet: a single long example that demonstrates every concept and feature. We could then expand it out into multiple sections as needed.

https://www.gitbook.com/

  • Cover using the compiler to compile into brainfuck and then using a brainfuck interpreter to run the code