From 3d68debb9b90875b91b86b935b8b311758d40747 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 25 Nov 2021 13:30:25 +0200 Subject: Update sample code --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ffdbdb5..c2c0eb2 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.3