iczelia

Results 42 issues of iczelia

^-- the title says everything

priority: high
complexity: high

I (eventually) plan on setting up a client-side test environment either on heroku, github pages or my own website (mostly for quick testing of asm2bf programs). Presumably `make web` will...

priority: low
complexity: low

I look foward to writing answers to these questions in asm2bf (the challenge can be picked by anyone tho): * https://codegolf.stackexchange.com/questions/55422/hello-world * https://codegolf.stackexchange.com/questions/44680/showcase-of-languages (probably the priority one) * https://codegolf.stackexchange.com/questions/57617/is-this-number-a-prime *...

priority: low
complexity: medium

I'd like `bfasm` to output instruction code alongside the brainfuck code to make debugging easier, so that we know what is getting executed.

priority: low
complexity: medium

Rewriting `bfmake` in portable C will ensure better compatibility with non-unix systems.

priority: low
complexity: medium

It would be vital to allow out-of-the-box compilation of asm2bf on Windows. Although this was possible a while ago, when asm2bf has had no makefile, now we have to take...

priority: medium
complexity: medium

Currently there are no while loops (yet!). This is going to change in near future when I or someone else gets around to polishing the compiler.

priority: medium
complexity: medium

CC @alerque The first problem with releases is that Windows binaries require a pthread DLL, which we don't supply, and the binaries supposedly don't run on Windows 7 and XP....

I'll let the benchmarks speak for themselves. `boost.tar` is all Boost versions released after 2016; around 9GB of data. ``` time bzip3 -e -b 32 -j 10 boost.tar 779% cpu...

A small writeup of what's implemented/set up and what's not: - [x] CoreLib - [ ] MathLib, in particular - [ ] Decode - [ ] Encode - [ ]...