diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 | 
1 files changed, 11 insertions, 9 deletions
| @@ -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 | 
