๐พ Archived View for bbs.geminispace.org โบ s โบ programming โบ 19176 captured on 2024-08-31 at 15:42:32. Gemini links have been rewritten to link to archived content
โก๏ธ Next capture (2024-12-17)
-=-=-=-=-=-=-
Headache is a programming language which compiles to 8 bit brainfuck
The Headache programming language is a Turing Complete language for generating brainfuck programs. It borrows most of its syntax from C
Headache was designed to be the most lightweight technology to compile brainfuck programs, and it can be downloaded with git clone, and builded with make, flex and bison in any unix-like system.
It's compiler, hac, is capable of transpiling headache programs into brainfuck. The generated brainfuck programs can be run in any decent 8 bit brainfuck interpreter.
Headache is also bundled with a custom brainfuck interpreter that includes extra features useful for debugging
Headache is also bundled with an expander program. This program can transform 8 bit brainfuck programs into 16 bit programs, 32 bit programs and so on.
Last, but not least, Headache is bundled with bfalgoConverter program, an utility for converting Brainfuck Algorithms webpage's sample pseudocode into bfalgo() calls inside Headache's source code, i.e. is a tool for developers to make it easier to update Headache with new brainfuck algorithms
1. Like
โโโโโโโโโโโโโโโโโโโโโโโโ 85%
2. Dislike
โโโโโโโโโโโโโโโโโโโโโโโโ 15%
13 votes were cast.
Aug 23 ยท 8 days ago ยท ๐ eddos
๐ random2934 ยท Aug 30 at 12:04:
wow this is awersome. :D
๐ LucasMW [OP] ยท 20 hours ago:
Thanks!