We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740a13d commit d17bc04Copy full SHA for d17bc04
1 file changed
README.md
@@ -1,19 +1,13 @@
1
awib-0.4
2
========
3
4
-Awib is:
5
-- a brainfuck compiler written in brainfuck
6
-- optimizing
7
-- capable of compiling to
8
- - Linux executables (for i386)
9
- - Tcl code
10
- - Ruby code
11
- - Go code
12
- - C code
13
- - Java code
14
-- polyglot in Tcl, C and bash (and brainfuck!)
15
-
16
-The bulk of awib is written by Mats Linander <matslina (at) gmail (dot) com>.
+Awib is a brainfuck compiler written in brainfuck. It is also polyglot
+in bash, Tcl and C. It is optimizing and portable. Awib is capable of
+compiling brainfuck source code into Linux executables (i386) and five
+programming languages: C, Tcl, Go, Ruby and Java.
+
+The bulk of awib is written by Mats Linander <matslina (at) gmail
+(dot) com>.
17
18
19
Usage
0 commit comments