From 0d76dcd57f1d5b3365d912a45ae23178d7a3d317 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Sat, 11 Jul 2015 00:43:28 +0800 Subject: [PATCH] +added workflow diagram to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4daa3d..e9cff35 100755 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ MY-BASIC is a tiny cross-platform easy extendable BASIC interpreter written in p * It's able to build your own dialect based on it * More features/modules under developing +## Interpreter workflow diagram + +![](https://github.com/paladin-t/my_basic/blob/master/interpreter%20workflow%20diagram.png) + ## Installation ### Use standalone interpreter binary @@ -48,7 +52,8 @@ For more details about using MY-BASIC when it's already integrated with exist pr ## [WIKI](https://github.com/paladin-t/my_basic/wiki) -* [Workflow](https://github.com/paladin-t/my_basic/wiki/Workflow) +* [Passes](https://github.com/paladin-t/my_basic/wiki/Passes) +* [Interpreter workflow diagram](https://github.com/paladin-t/my_basic/wiki/Interpreter-workflow-diagram) * [Link with MY-BASIC](https://github.com/paladin-t/my_basic/wiki/Link-with-MY_BASIC) * [Redirect PRINT and INPUT](https://github.com/paladin-t/my_basic/wiki/Redirect-PRINT-and-INPUT) * [Redefine int_t and real_t](https://github.com/paladin-t/my_basic/wiki/Redefine-int_t-and-real_t)