about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorCase Duckworth2022-06-08 10:49:02 -0500
committerCase Duckworth2022-06-08 10:50:26 -0500
commit74d106265b3e0e07c0db5e062741208575b0098f (patch)
tree0633a15883b831a645db5ad9cf382156eab56922 /README.md
parentAdd Emacs magic comment (diff)
downloadtrainfuck-74d106265b3e0e07c0db5e062741208575b0098f.tar.gz
trainfuck-74d106265b3e0e07c0db5e062741208575b0098f.zip
Add fucktrain
Now you can turn your brainfuck programs into trainfuck!!!
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md index 957af04..cb84572 100644 --- a/README.md +++ b/README.md
@@ -37,6 +37,9 @@ because fuck you, that's why.
37trainfuck FILE | BRAINFUCK_INTERPRETER 37trainfuck FILE | BRAINFUCK_INTERPRETER
38``` 38```
39 39
40**NEW**: `fucktrain`, which transpiles brainfuck programs into trainfuck
41programs! Now it's *even easier* to trainfuck!!
42
40## INSTALL 43## INSTALL
41 44
42``` 45```