summaryrefslogtreecommitdiff
path: root/README.md
blob: b05d077b39b5fd5d5ba9a378d3a14c75a89c9518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Skullfuck
=========
## A compiler programmed and maintained by Jakob.

Skullfuck is dead simple, non-optimizing compiler for Brainfuck, contained in a single C source file. It outputs binaries targeting amd64 Linux.

A good explanation of the history and design behind the language can be found in [the Wikipedia article.](https://en.wikipedia.org/wiki/Brainfuck)


TODO
====
* Target 32-bit x86 and *BSD.
* Automate test compilation/running.