/brainf-ck-interpreter

a very simple brainf*ck interpreter

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

A very simple interpreter for brainf*ck written in pure lua.

takes in an input file as the first command line argument, outputs the results onto stdout.

input: ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.

is output as: Hello World!