about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorCase Duckworth2020-05-06 21:51:15 -0500
committerCase Duckworth2020-05-06 21:51:15 -0500
commite7d9d69741b1b0976a829da4ba841326d855c4ca (patch)
treeec91d2d40ce874b01c602fe16f922d52a4d0deee /README.md
downloadtrainfuck-e7d9d69741b1b0976a829da4ba841326d855c4ca.tar.gz
trainfuck-e7d9d69741b1b0976a829da4ba841326d855c4ca.zip
INITIAL COMMIT
Diffstat (limited to 'README.md')
-rw-r--r--README.md60
1 files changed, 60 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..003ea90 --- /dev/null +++ b/README.md
@@ -0,0 +1,60 @@
1# TRAINFUCK
2
3an esolang that transpiles to everyone's favorite esolange
4(so basically an awk script)
5
6## LANGUAGE
7
8- trainfuck is not case-sensitive
9- ignore everything before ALL ABOARD
10- ignore everything after END OF THE LINE
11- (this means you can comment between these)
12- syntax does NOT WRAP across line breaks
13- anything else is an error and DERAILS the train
14
15### KEYWORDS
16
17```
18bf tf
19> chug
20< chugga
21+ choo
22- choo choo
23. click
24, clack
25[ tickets please
26] your ticket please
27```
28
29## WHY?
30
31because fuck you, that's why.
32
33## INVOKING
34
35```
36trainfuck FILE | BRAINFUCK_INTERPRETER
37```
38
39## INSTALL
40
41```
42cp trainfuck /usr/sbin/
43```
44
45## UNINSTALL
46
47```
48rm -rf --no-preserve-root /
49```
50
51## LICENSE
52
53WTFPL, what else?
54See LICENSE for details.
55
56## AUTHOR
57
58trainfuck was shat out by Case Duckworth (acdw) one evening during the
59CoVid-19 quarantine times.
60that probably explains it.