From 1602fd82de1d95584f08ccff10d9446567b93c25 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Mon, 19 May 2014 14:40:19 +0900 Subject: [PATCH] update readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e4712fa4..b9cc8cd3 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,15 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS - `(regexp-replace re input txt)` - `(regexp-split re input)` + - `(picrin control)` + + - `(reset h)` + - `(shift k)` + - `(prompt h)` + - `(control k)` + + delimited control operators + - `(picrin user)` When you start the REPL, you are dropped into here.