aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/README.md b/README.md
index 9fcde4c..3654c21 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,15 @@ license. For more details, see the LICENSE file.
## Example session
- $ ./iclean
- λ. [1,2,3,4]
- [1,2,3,4]
- λ. map toString [1..10]
- ["1","2","3","4","5","6","7","8","9","10"]
- λ. [Ctrl-D]
- $
+```
+$ ./iclean
+λ. [1,2,3,4]
+[1,2,3,4]
+λ. map toString [1..10]
+["1","2","3","4","5","6","7","8","9","10"]
+λ. [Ctrl-D]
+$
+```
## Usage
Use `docker pull camilstaps/iclean` to pull the latest iClean version.
@@ -37,7 +39,7 @@ Use either `./iclean` or `make run`. You can of course add the executable
## Todo
- * Implement memory (e.g. to first declare a function / constant and then use it)
- * Allow extra imports
+* Implement memory (e.g. to first declare a function / constant and then use it)
+* Allow extra imports
[Clean]:http://clean.cs.ru.nl/Clean