Skip to content

Brainfuck to C compiler written in ArnoldC with a little help from sh

Notifications You must be signed in to change notification settings

aranega/arnoldc-brainfuck2c

Repository files navigation

arnoldc-brainfuck2c

This is a first attempt to produce a Brainfuck to C compiler in ArnoldC. A great part of the ArnoldC code had been generated using this https://github.com/aranega/uml2arnoldc UML generator (more than 90%). The UML model used as generator input: http://repository.genmymodel.com/vincent.aranega/Brainfuck2C.

 $ sh ./ThisHeroStuffHasItsLimits.sh bf-example/hello.bf > hello.c
 $ gcc -o hello hello.c
 $ ./hello
 Hello World!

Requirements

You should have xxd and the ArnoldC.jar from https://github.com/lhartikk/ArnoldC.

About

Brainfuck to C compiler written in ArnoldC with a little help from sh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages