From 82cf8ca6b469d5d79002725ca91f682dfb5f7060 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Wed, 15 Feb 2017 10:47:07 +0800 Subject: [PATCH] +added a "how lambda works" wiki page. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54c0b45..7f815df 100755 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ For more details about using MY-BASIC when it has be integrated with a project, It's necessary to know some principle of MY-BASIC before doing deep customization; nothing's better than a workflow diagram to get a first impression. -![](https://github.com/paladin-t/my_basic/wiki/img/Interpreter-workflow-diagram.png) +![](https://github.com/paladin-t/my_basic/wiki/img/workflow.png) More detail are issued in the [Wiki](https://github.com/paladin-t/my_basic/wiki) pages. @@ -145,6 +145,7 @@ The [MY-BASIC Quick Reference](MY-BASIC%20Quick%20Reference.pdf) includes most o * Principles * [Language design](https://github.com/paladin-t/my_basic/wiki/Language-design) + * [How lambda works](https://github.com/paladin-t/my_basic/wiki/How-lambda-works) * [Passes](https://github.com/paladin-t/my_basic/wiki/Passes) * [Interpreter workflow diagram](https://github.com/paladin-t/my_basic/wiki/Interpreter-workflow-diagram) * Code with MY-BASIC