diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-01-11 20:30:22 -0500 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-01-11 20:30:22 -0500 |
commit | c920b0d22b5ab31c792a7288ede302959c262d04 (patch) | |
tree | 884bfc23c4d43df72d42a0badcefac11e81ad69e | |
parent | 9c5ec742f9b78195fe81a5bce1cc0679924179e1 (diff) |
Delete README.md~
-rw-r--r-- | README.md~ | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/README.md~ b/README.md~ deleted file mode 100644 index c9c15f8..0000000 --- a/README.md~ +++ /dev/null @@ -1,39 +0,0 @@ -# cOok -The compiler for ook. - -As a reminder, ook is just [Brainf\*\*\*](https://esolangs.org/wiki/Brainfuck), but with these rules: -| Ook | Brainf\*\*\* | -|-----|-----------| -| Ook. Ook? | > | -| Ook? Ook. | < | -| Ook. Ook. | + | -| Ook! Ook! | - | -| Ook! Ook. | . | -| Ook. Ook! | , | -| Ook! Ook? | [ | -| Ook? Ook! | ] | - -*Make sure that there is exactly one space/newline between each ook, and that you add no extra code* - -# Windows - -The file extension of the file must be exactly 3 letters. A recommended file extension is *.ook. -To compile ook, `cd` to the directory where cOok is installed, then run: -``` -cd build/Windows -cook <file> -``` - -# GNU/Linux - -To compile ook, `cd` to the directory where cOok is installed, then run: -``` -cd build/GNULinux -./cook <file> -``` - -If you want to compile the source, just run: -``` -make -``` -in the source directory. |