issues
search
helvm
/
helpa
🏭 🌾 HelPA - Haskellish Esoteric Little Pseudo Assembler to Esoteric Languages implemented in Haskell
https://helvm.github.io/helpa
9
stars
0
forks
source link
Implement BrainFuck assembler
#17
Open
kamil-adam
opened
3 years ago
kamil-adam
commented
3 years ago
https://esolangs.org/wiki/Brainfuck_algorithms
- Brainfuck algorithms
Exists implementation:
https://github.com/esovm/bfmacro
- in Perl
https://github.com/esovm/FuckBrainFuck
- in Lua - to copy - without jumps
https://github.com/esovm/eso_bfm
- in Python
https://github.com/esovm/bfcomp
- in Perl and C - high level
https://gitlab.com/hilmar-ackermann/brainfuckassembler
- in Java - to Copy
https://github.com/esovm/asmbf
- in C - to copy
https://github.com/esovm/FasterBrainfuckProgramming
- in C++ - only library
Exists implementation: