-
Not sure what will be involved; but my brainfuck compiler, for example, will link to `_printf`. So that's gotta work
-
***
### Daily status - 2021 October
This is the daily status thread for 2021 October. Daily status posts will be put daily (or when I get to it) below this post.
[Click here to see last m…
-
We need to assemble:
inc byte ptr [rax]
And:
dec byte ptr [rax]
This is required for the [brainfuck compiler](https://github.com/skx/bfcc/), although we actually emit `add byte p…
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.1.3-124-g94ce323
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 94ce3236a517dfae6b492dcb4fd6b726a6175e8f
Last commit: 9 hours ago
Core ta…
-
is it possible (if yes: how?) to build this against luajit?
-
***
### Daily status - 2021 September
This is the daily status thread for 2021 September. Daily status posts will be put daily (or when I get to it) below this post.
[Click here to see la…
-
Hi,
You JSFuck compiler is very interesting however it has some drawback - it produce very large code from small code JS :( . So I have following idea:
1. Lets Compress our STRING with CODE by …
-
[ 33%] Built target brainfuck
[ 50%] Building C object CMakeFiles/brainfuck-cli.dir/src/main.c.o
/home/romario/super-ia-project/bfinterpreter2/src/main.c:23:11: fatal error: editline/readline.h: No …
-
Create a descriptions of patterns for memory management which would familiarize C authors with any approach other than "malloc everything".
-
Since lit-html is written in TypeScript and has no production dependencies, what would it take to get it working on [deno](https://github.com/denoland/deno)?