diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2021-11-25 13:30:25 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2021-11-25 19:01:31 +0200 |
| commit | 3d68debb9b90875b91b86b935b8b311758d40747 (patch) | |
| tree | 03622f8a083a863e404bc50b919b7946b97ccee1 /README.md | |
| parent | 5a8684445c2799458aa1d5b8dfd1aa032016e2aa (diff) | |
Update sample code
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,7 @@ Build the `tunk` interpreter with `cargo`: Run `tunk` on a source file: - target/release/tunk run samples/sample1.tunk + target/release/tunk run samples/recursion.tunk Run `tunk` REPL: @@ -26,6 +26,7 @@ Run `tunk` REPL: ## TODO - 𝛂-conversion to avoid variable name collisions in recursive functions +- anonymous function syntax (`\x y -> x`) - A pipeline operator (`argument |> function`) - A function composition operator (`inner >> outer`) - tail call recursion optimization |
